Uses of Class
org.biojava3.core.sequence.RNASequence

Packages that use RNASequence
org.biojava3.core.sequence   
org.biojava3.core.sequence.transcription   
 

Uses of RNASequence in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence that return RNASequence
 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)
           
 

Uses of RNASequence in org.biojava3.core.sequence.transcription
 

Methods in org.biojava3.core.sequence.transcription that return RNASequence
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 © 2010 BioJava. All Rights Reserved.