Uses of Enum
org.biojava3.core.sequence.transcription.Frame
-
Uses of Frame in org.biojava3.core.sequence
Modifier and TypeMethodDescriptionDNASequence.getRNASequence
(Frame frame) Allows the user to pass in the Frame shift.DNASequence.getRNASequence
(TranscriptionEngine engine, Frame frame) -
Uses of Frame in org.biojava3.core.sequence.transcription
Modifier and TypeMethodDescriptionstatic Frame[]
Frame.getAllFrames()
Delegates tovalues()
static Frame
Frame.getDefaultFrame()
static Frame[]
Frame.getForwardFrames()
Returns all frames in the forward orientationstatic Frame[]
Frame.getReverseFrames()
Returns all frames which are in the reverse orientationstatic Frame
Returns the enum constant of this type with the specified name.static Frame[]
Frame.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTranscriptionEngine.multipleFrameTranslation
(Sequence<NucleotideCompound> dna, Frame... frames) A way of translating DNA in a number of framesModifier and TypeMethodDescriptionDNAToRNATranslator.createSequence
(Sequence<NucleotideCompound> originalSequence, Frame frame) TranscriptionEngine.multipleFrameTranslation
(Sequence<NucleotideCompound> dna, Frame... frames) A way of translating DNA in a number of frames