Description Usage Arguments Value Author(s) See Also Examples
Translate a codon.
1 2 | ## S3 method for class 'CodonAlphabet'
translateCodon(this, codon, ...)
|
this |
A CodonAlphabet object. |
codon |
The codon to be translated. |
... |
Not used. |
A character vector containing an amino acid IUPAC code.
Botond Sipos, Gregory Jordan
For more information see CodonAlphabet
.
1 2 3 4 5 | # create a CodonAlphabet object
a<-CodonAlphabet()
# translate a codon
translateCodon(a,"AGG")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.