Uses of Interface
org.biojava3.core.sequence.template.CompoundTranslator
-
Uses of CompoundTranslator in org.biojava3.core.sequence.template
Modifier and TypeClassDescriptionclass
AbstractCompoundTranslator<F extends Compound,
T extends Compound> -
Uses of CompoundTranslator in org.biojava3.core.sequence.transcription
Modifier and TypeClassDescriptionclass
Performs the first stage of transcription by going from DNA to RNA.class
Takes aSequence
ofNucleotideCompound
which should represent an RNA sequence (RNASequence
is good for this) and returns a list ofSequence
which holdAminoAcidCompound
.