Uses of Class
org.biojava3.core.sequence.template.AbstractCompoundTranslator
Packages that use AbstractCompoundTranslator
-
Uses of AbstractCompoundTranslator in org.biojava3.core.sequence.transcription
Subclasses of AbstractCompoundTranslator in org.biojava3.core.sequence.transcriptionModifier 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
.