Package org.biojava3.core.sequence
Class RNASequence
java.lang.Object
org.biojava3.core.sequence.template.AbstractSequence<NucleotideCompound>
org.biojava3.core.sequence.RNASequence
- All Implemented Interfaces:
Iterable<NucleotideCompound>
,Accessioned
,Sequence<NucleotideCompound>
RNASequence where RNACompoundSet are the allowed values
- Author:
- Scooter Willis
-
Nested Class Summary
Nested classes/interfaces inherited from class org.biojava3.core.sequence.template.AbstractSequence
AbstractSequence.AnnotationType
-
Constructor Summary
ConstructorDescriptionRNASequence
(String seqString) Create a RNA sequence from a StringRNASequence
(String seqString, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a string with a user defined RNA compound setRNASequence
(ProxySequenceReader<NucleotideCompound> proxyLoader) Create a RNA aequence from a proxy readerRNASequence
(ProxySequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a proxy reader and user defined RNA compound set -
Method Summary
Modifier and TypeMethodDescriptionGet the complement view of the RNA sequencedouble
getGC()
Get the inverse view of the sequence.Get the ProteinSequence from the RNA sequenceGet the ProteinSequene from the RNA sequence with user defined transcription engineGet reverse complement view of the sequenceMethods 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, getLastIndexOf, getLength, 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, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RNASequence
Create a RNA sequence from a String- Parameters:
seqString
-
-
RNASequence
Create a RNA aequence from a proxy reader- Parameters:
proxyLoader
-
-
RNASequence
Create a RNA sequence from a string with a user defined RNA compound set- Parameters:
seqString
-compoundSet
-
-
RNASequence
public RNASequence(ProxySequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a proxy reader and user defined RNA compound set- Parameters:
proxyLoader
-compoundSet
-
-
-
Method Details
-
getReverseComplement
Get reverse complement view of the sequence- Returns:
-
getInverse
Get the inverse view of the sequence. It is the reverse sequence from end to begin where use reverse could imply complement. Called getInverse() in the hopes of making less confusing.- Specified by:
getInverse
in interfaceSequence<NucleotideCompound>
- Overrides:
getInverse
in classAbstractSequence<NucleotideCompound>
- Returns:
-
getComplement
Get the complement view of the RNA sequence- Returns:
-
getProteinSequence
Get the ProteinSequence from the RNA sequence- Returns:
-
getProteinSequence
Get the ProteinSequene from the RNA sequence with user defined transcription engine- Parameters:
engine
-- Returns:
-
getGC
public double getGC()
-