| read.codeml {treeio} | R Documentation |
read baseml output
read.codeml(rstfile, mlcfile)
rstfile |
rst file |
mlcfile |
mlc file |
A codeml object
ygc
rstfile <- system.file("extdata/PAML_Codeml", "rst", package="treeio")
mlcfile <- system.file("extdata/PAML_Codeml", "mlc", package="treeio")
read.codeml(rstfile, mlcfile)