Description Usage Arguments Value Author(s) See Also Examples
Check if a codon is a start codon.
1 2 | ## S3 method for class 'CodonAlphabet'
isStartCodon(this, codon, ...)
|
this |
A CodonAlphabet object. |
codon |
The codon to be checked. |
... |
Not used. |
TRUE or FALSE.
Botond Sipos, Gregory Jordan
For more information see CodonAlphabet
.
1 2 3 4 5 6 | # create a CodonAlphabet object
a<-CodonAlphabet()
# check some codons
isStartCodon(a,"ATG")
isStartCodon(a,"TGA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.