Uses of Class
org.biojava3.core.sequence.RNASequence
Packages that use RNASequence
-
Uses of RNASequence in org.biojava3.core.sequence
Methods in org.biojava3.core.sequence that return RNASequenceModifier 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)