Package org.biojava3.core.sequence
Class StartCodonSequence
java.lang.Object
org.biojava3.core.sequence.template.AbstractSequence<NucleotideCompound>
org.biojava3.core.sequence.DNASequence
org.biojava3.core.sequence.StartCodonSequence
- All Implemented Interfaces:
Iterable<NucleotideCompound>,Accessioned,Sequence<NucleotideCompound>
Used to map the start codon feature on a gene
- Author:
- Scooter Willis
-
Nested Class Summary
Nested classes/interfaces inherited from class org.biojava3.core.sequence.DNASequence
DNASequence.DNATypeNested classes/interfaces inherited from class org.biojava3.core.sequence.template.AbstractSequence
AbstractSequence.AnnotationType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStartCodonSequence(TranscriptSequence parentGeneSequence, int begin, int end) -
Method Summary
Methods inherited from class org.biojava3.core.sequence.DNASequence
getComplement, getDNAType, getGCCount, getReverse, getReverseComplement, getRNASequence, getRNASequence, getRNASequence, getRNASequence, main, setDNATypeMethods inherited from class org.biojava3.core.sequence.template.AbstractSequence
addFeature, addFeature, addNote, countCompounds, getAccession, getAnnotationType, getAsList, getBioBegin, getBioEnd, getCompoundAt, getCompoundSet, getDatabaseReferences, getDescription, getFeatures, getFeatures, getFeatures, getFeaturesByType, getFeaturesKeyWord, getIndexOf, getInverse, getLastIndexOf, getNotesList, getOriginalHeader, getParentSequence, getProxySequenceReader, getSequenceAsString, getSequenceAsString, getSequenceScore, getSource, getSubSequence, getTaxonomy, getUserCollection, iterator, removeFeature, removeNote, setAccession, setAnnotationType, setBioBegin, setBioEnd, setCompoundSet, setDatabaseReferences, setDescription, setFeaturesKeyWord, setNotesList, setOriginalHeader, setParentSequence, setProxySequenceReader, setSequenceScore, setSource, setTaxonomy, setUserCollection, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
parentGeneSequence
-
-
Constructor Details
-
StartCodonSequence
-
-
Method Details
-
getLength
public int getLength()Description copied from interface:SequenceReturns the length of the Sequence- Specified by:
getLengthin interfaceSequence<NucleotideCompound>- Overrides:
getLengthin classAbstractSequence<NucleotideCompound>
-