powered by
Build rate matrix from PAML file.
# S3 method for AminoAcidSubst buildFromPAML(this, paml.file, ...)
An AminoAcidSubst object.
Path to the PAML file.
Not used.
The AminoAcidSubst object (invisible).
For more information see AminoAcidSubst.
AminoAcidSubst
# NOT RUN { # 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) # }
Run the code above in your browser using DataLab