| Package | Description | 
|---|---|
| org.biojava.nbio.core.sequence | |
| org.biojava.nbio.core.sequence.transcription | 
| Modifier and Type | Method and Description | 
|---|---|
RNASequence | 
DNASequence.getRNASequence()
Return the RNASequence equivalent of the DNASequence using default Transcription Engine. 
 | 
RNASequence | 
DNASequence.getRNASequence(Frame frame)
Allows the user to pass in the Frame shift. 
 | 
RNASequence | 
DNASequence.getRNASequence(TranscriptionEngine engine)
Allow a user to pass in a rules engine to do the DNA to RNA translation 
 | 
RNASequence | 
DNASequence.getRNASequence(TranscriptionEngine engine,
              Frame frame)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected RNASequence | 
DNAToRNATranslator.wrapToRna(Sequence<NucleotideCompound> dna)
Takes in the given DNA Sequence and returns an instance of RNASequence
 which is using  
RnaSequenceView as a
 ProxySequenceReader. | 
Copyright © 2000–2017 BioJava. All rights reserved.