Description Usage Arguments Value Author(s) See Also Examples
Get the base frequency parameters.
The order of the frequency parameters must match with the order of symbols in the NucleotideAlphabet objects. The K80 model has equal base frequencies.
1 2 | ## S3 method for class 'K80'
getBaseFreqs(this, ...)
|
this |
A K80 object. |
... |
Not used. |
A matrix containing the base frequency parameters.
Botond Sipos, Gregory Jordan
For more information see K80
.
1 2 3 4 5 6 7 | # construct object
p<-K80()
# get base frequency parameters
getBaseFreqs(p) # uniform
# set/get base frequency parameters via virtual field
p$baseFreqs # uniform
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.