Learn R Programming

ggtree (version 1.4.11)

read.codeml: read.codeml

Description

read baseml output

Usage

read.codeml(rstfile, mlcfile)

Arguments

rstfile
rst file
mlcfile
mlc file

Value

A codeml object

Examples

Run this code
rstfile <- system.file("extdata/PAML_Codeml", "rst", package="ggtree")
mlcfile <- system.file("extdata/PAML_Codeml", "mlc", package="ggtree")
read.codeml(rstfile, mlcfile) 

Run the code above in your browser using DataLab