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