Description Usage Arguments Value Author(s) See Also Examples
Get codon frequencies.
1 2 | ## S3 method for class 'GY94'
getCodonFreqs(this, ...)
|
this |
A GY94 object. |
... |
Not used. |
A matrix containing the codon frequencies.
Botond Sipos, Gregory Jordan
For more information see GY94
.
1 2 3 4 5 6 7 8 9 | # create a GY94 object
p<-GY94()
# get codon frequencies
getCodonFreqs(p)
p$codonFreqs
# set codon frequencies
p$codonFreqs<-rep(c(1,2,3,4),length.out=61)
p$codonFreqs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.