|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava3.core.sequence.template.AbstractSequence<NucleotideCompound>
org.biojava3.core.sequence.RNASequence
public class RNASequence
RNASequence where RNACompoundSet are the allowed values
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.biojava3.core.sequence.template.AbstractSequence |
|---|
AbstractSequence.AnnotationType |
| Constructor Summary | |
|---|---|
RNASequence(ProxySequenceReader<NucleotideCompound> proxyLoader)
Create a RNA aequence from a proxy reader |
|
RNASequence(ProxySequenceReader<NucleotideCompound> proxyLoader,
CompoundSet<NucleotideCompound> compoundSet)
Create a RNA sequence from a proxy reader and user defined RNA compound set |
|
RNASequence(String seqString)
Create a RNA sequence from a String |
|
RNASequence(String seqString,
CompoundSet<NucleotideCompound> compoundSet)
Create a RNA sequence from a string with a user defined RNA compound set |
|
| Method Summary | |
|---|---|
SequenceView<NucleotideCompound> |
getComplement()
Get the complement view of the RNA sequence |
double |
getGC()
|
SequenceView<NucleotideCompound> |
getInverse()
Get the inverse view of the sequence. |
ProteinSequence |
getProteinSequence()
Get the ProteinSequence from the RNA sequence |
ProteinSequence |
getProteinSequence(TranscriptionEngine engine)
Get the ProteinSequene from the RNA sequence with user defined transcription engine |
SequenceView<NucleotideCompound> |
getReverseComplement()
Get reverse complement view of the sequence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RNASequence(String seqString)
seqString - public RNASequence(ProxySequenceReader<NucleotideCompound> proxyLoader)
proxyLoader -
public RNASequence(String seqString,
CompoundSet<NucleotideCompound> compoundSet)
seqString - compoundSet -
public RNASequence(ProxySequenceReader<NucleotideCompound> proxyLoader,
CompoundSet<NucleotideCompound> compoundSet)
proxyLoader - compoundSet - | Method Detail |
|---|
public SequenceView<NucleotideCompound> getReverseComplement()
public SequenceView<NucleotideCompound> getInverse()
getInverse in interface Sequence<NucleotideCompound>getInverse in class AbstractSequence<NucleotideCompound>public SequenceView<NucleotideCompound> getComplement()
public ProteinSequence getProteinSequence()
public ProteinSequence getProteinSequence(TranscriptionEngine engine)
engine -
public double getGC()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||