Description Usage Arguments Value Author(s) See Also Examples
Check whether two codons are synonymous.
1 2 | ## S3 method for class 'CodonAlphabet'
areSynonymous(this, codons, ...)
|
this |
A CodonAlphabet object. |
codons |
A vector containing two codons. |
... |
Not used. |
TRUE or FALSE.
Botond Sipos, Gregory Jordan
For more information see CodonAlphabet
.
1 2 3 4 5 | # create a CodonAlphabet object
a<-CodonAlphabet()
areSynonymous(a,c("TCC","TCT"))
areSynonymous(a,c("TCC","CCT"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.