Class DNAToRNATranslator

All Implemented Interfaces:
CompoundTranslator<NucleotideCompound,NucleotideCompound>

public class DNAToRNATranslator extends AbstractCompoundTranslator<NucleotideCompound,NucleotideCompound>
Performs the first stage of transcription by going from DNA to RNA. This class will first delegate to Frame in order to be in the correctly specified translation frame and then translates T to U. The other translation carried out is to convert an equivalent compound in DNA to RNA i.e. for the base A in DNA fetching the equivalent A base in the RNA CompoundSet.
Author:
ayates