Description Usage Arguments Value Author(s) See Also Examples
Get the list storing the genetic code table.
1 2 | ## S3 method for class 'CodonAlphabet'
getTransTable(this, ...)
|
this |
A CodonAlphabet object. |
... |
Not used. |
A list.
Botond Sipos, Gregory Jordan
For more information see CodonAlphabet
.
1 2 3 4 5 6 7 | # create object
a<-CodonAlphabet()
# get genetic code table
getTransTable(a)
# get genetic code table via virtual field
a$transTable
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.