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 TypeClassDescriptionclassAbstractCompoundTranslator<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 TypeClassDescriptionclassPerforms the first stage of transcription by going from DNA to RNA.classTakes aSequenceofNucleotideCompoundwhich should represent an RNA sequence (RNASequenceis good for this) and returns a list ofSequencewhich holdAminoAcidCompound.