Class GenbankSequenceParser<S extends AbstractSequence<C>,C extends Compound>
java.lang.Object
org.biojava.nbio.core.sequence.io.GenbankSequenceParser<S,C>
- All Implemented Interfaces:
SequenceParserInterface
public class GenbankSequenceParser<S extends AbstractSequence<C>,C extends Compound>
extends Object
implements SequenceParserInterface
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final Pattern
protected static final String
protected static final String
protected static final String
static final String
The name of this formatprotected static final Pattern
protected static final String
protected static final String
protected static final InsdcParser
protected static final String
protected static final Pattern
protected static final String
protected static final String
protected static final String
protected static final Pattern
protected static final String
protected static final Pattern
protected static final Pattern
protected static final String
protected static final Pattern
protected static final String
protected static final String
protected static final String
protected static final String
protected static final Pattern
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCompoundSet<?>
getFeatures
(String keyword) getSequence
(BufferedReader bufferedReader, int sequenceLength) void
parseFeatures
(AbstractSequence<C> sequence)
-
Field Details
-
mapDB
-
GENBANK_FORMAT
The name of this format- See Also:
-
LOCUS_TAG
- See Also:
-
DEFINITION_TAG
- See Also:
-
ACCESSION_TAG
- See Also:
-
VERSION_TAG
- See Also:
-
KEYWORDS_TAG
- See Also:
-
SOURCE_TAG
- See Also:
-
ORGANISM_TAG
- See Also:
-
REFERENCE_TAG
- See Also:
-
AUTHORS_TAG
- See Also:
-
CONSORTIUM_TAG
- See Also:
-
TITLE_TAG
- See Also:
-
JOURNAL_TAG
- See Also:
-
PUBMED_TAG
- See Also:
-
MEDLINE_TAG
- See Also:
-
REMARK_TAG
- See Also:
-
COMMENT_TAG
- See Also:
-
FEATURE_TAG
- See Also:
-
BASE_COUNT_TAG_FULL
- See Also:
-
BASE_COUNT_TAG
- See Also:
-
START_SEQUENCE_TAG
- See Also:
-
END_SEQUENCE_TAG
- See Also:
-
lp
-
vp
-
refRange
-
refp
-
dbxp
-
locationParser
-
sectp
-
readableFiles
-
headerLine
-
-
Constructor Details
-
GenbankSequenceParser
public GenbankSequenceParser()
-
-
Method Details
-
getSequence
- Specified by:
getSequence
in interfaceSequenceParserInterface
- Returns:
- Throws:
IOException
-
getHeader
-
getSequenceHeaderParser
-
getDatabaseReferences
-
getKeyWords
-
getFeatures
-
getFeatures
-
parseFeatures
-
getCompoundType
-