Description Usage Arguments Value Author(s) See Also Examples
Translate a CodonSequence object.
1 2 |
this |
A CodonSequence object |
... |
Not used. |
The translation as an AminoAcidSequence object.
Botond Sipos, Gregory Jordan
For more information see CodonSequence
.
1 2 3 4 5 6 | # create a CodonSequence object
s<-CodonSequence(string="ATCTTTCGAATGGGGCCCTCCCGA")
# get the translation as an AminoAcidSequence object
as<-Translate(s)
as
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.