powered by
Build rate matrix from PAML file.
# S3 method for CodonSubst buildFromPAML(this, paml.file, ...)
A CodonSubst object.
Path to the PAML file.
Not used.
The CodonSubst object (invisible).
For more information see CodonSubst.
CodonSubst
# NOT RUN { # create an object p<-CodonSubst() # build rate matrix from paml file # buildFromPAML(p,"path_to_paml_file") # do not run this # get object summary summary(p) # }
Run the code above in your browser using DataLab