Uses of Interface
org.biojava3.core.sequence.template.CompoundTranslator
Packages that use CompoundTranslator
-
Uses of CompoundTranslator in org.biojava3.core.sequence.template
Classes in org.biojava3.core.sequence.template that implement CompoundTranslatorModifier and TypeClassDescriptionclass
AbstractCompoundTranslator<F extends Compound,
T extends Compound> -
Uses of CompoundTranslator in org.biojava3.core.sequence.transcription
Classes in org.biojava3.core.sequence.transcription that implement CompoundTranslatorModifier 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
.