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
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Patternprotected static final Stringprotected static final Stringprotected static final Stringstatic final StringThe name of this formatprotected static final Patternprotected static final Stringprotected static final Stringprotected static final InsdcParserprotected static final Stringprotected static final Patternprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Patternprotected static final Stringprotected static final Patternprotected static final Patternprotected static final Stringprotected static final Patternprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Pattern - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCompoundSet<?>getFeatures(String keyword) getSequence(BufferedReader bufferedReader, int sequenceLength) voidparseFeatures(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:
 getSequencein interfaceSequenceParserInterface- Returns:
 - Throws:
 IOException
 - 
getHeader
 - 
getSequenceHeaderParser
 - 
getDatabaseReferences
 - 
getKeyWords
 - 
getFeatures
 - 
getFeatures
 - 
parseFeatures
 - 
getCompoundType
 
 -