powered by
Translate a codon.
# S3 method for CodonAlphabet translateCodon(this, codon, ...)
A CodonAlphabet object.
The codon to be translated.
Not used.
A character vector containing an amino acid IUPAC code.
For more information see CodonAlphabet.
CodonAlphabet
# NOT RUN { # create a CodonAlphabet object a<-CodonAlphabet() # translate a codon translateCodon(a,"AGG") # }
Run the code above in your browser using DataLab