Class RNAToAminoAcidTranslator

All Implemented Interfaces:
CompoundTranslator<NucleotideCompound,AminoAcidCompound>

public class RNAToAminoAcidTranslator extends AbstractCompoundTranslator<NucleotideCompound,AminoAcidCompound>
Takes a Sequence of NucleotideCompound which should represent an RNA sequence (RNASequence is good for this) and returns a list of Sequence which hold AminoAcidCompound. The translator can also trim stop codons as well as changing any valid start codon to an initiating met.
Author:
ayates