Uses of Class
org.biojava3.core.sequence.RNASequence
-
Uses of RNASequence in org.biojava3.core.sequence
Modifier and TypeMethodDescriptionDNASequence.getRNASequence()
Return the RNASequence equivalent of the DNASequence using default Transcription Engine.DNASequence.getRNASequence
(Frame frame) Allows the user to pass in the Frame shift.DNASequence.getRNASequence
(TranscriptionEngine engine) Allow a user to pass in a rules engine to do the DNA to RNA translationDNASequence.getRNASequence
(TranscriptionEngine engine, Frame frame)