Description Usage Arguments Value Author(s) See Also Examples
Build rate matrix from PAML file.
1 2 | ## S3 method for class 'AminoAcidSubst'
buildFromPAML(this, paml.file, ...)
|
this |
An AminoAcidSubst object. |
paml.file |
Path to the PAML file. |
... |
Not used. |
The AminoAcidSubst object (invisible).
Botond Sipos, Gregory Jordan
For more information see AminoAcidSubst
.
1 2 3 4 5 6 7 | # create an object
p<-AminoAcidSubst()
# build rate matrix from paml file
# buildFromPAML(p,"path_to_paml_file") # do not run this
# get object summary
summary(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.