Uses of Package
org.biojava.nbio.core.sequence.transcription
Package
Description
-
ClassDescriptionIndicates a way of translating a sequence.Used as a way of encapsulating the data structures required to parse DNA to a Protein sequence.
-
ClassDescriptionProvides a way of separating us from the specific
IUPACParser.IUPACTable
even though this is the only implementing class for the interface.Instance of a Codon which is 3NucleotideCompound
s, its correspondingAminoAcidCompound
and if it is a start or stop codon. -
ClassDescriptionPerforms the first stage of transcription by going from DNA to RNA.Indicates a way of translating a sequence.Takes a
Sequence
ofNucleotideCompound
which should represent an RNA sequence (RNASequence
is good for this) and returns a list ofSequence
which holdAminoAcidCompound
.Provides a way of separating us from the specificIUPACParser.IUPACTable
even though this is the only implementing class for the interface.Class used to hold three nucleotides together and allow for equality to be assessed in a case insensitive manner.Instance of a Codon which is 3NucleotideCompound
s, its correspondingAminoAcidCompound
and if it is a start or stop codon.Used as a way of encapsulating the data structures required to parse DNA to a Protein sequence.This class is the way to create aTranscriptionEngine
.