read.beast | R Documentation |
read beast/mrbayes/mega Nexus output
read beast/mrbayes/mega newick file format
read.beast(file, threads = 1, verbose = FALSE)
read.mrbayes(file, threads = 1, verbose = FALSE)
read.beast.newick(file, threads = 1, verbose = FALSE)
read.mega(file, threads = 1, verbose = FALSE)
file |
newick file |
threads |
number of threads for multithreading (default: 1) |
verbose |
set TRUE to log progress (default: FALSE) |
treedata object
treedata object
Guangchuang Yu https://guangchuangyu.github.io
Bradley R Jones
file <- system.file("extdata/BEAST", "beast_mcc.tree", package="treeio")
read.beast(file)
file <- system.file("extdata/MrBayes", "Gq_nxs.tre", package="treeio")
read.mrbayes(file)
tr <- read.beast.newick(
textConnection(
'(a[&rate=1]:2,(b[&rate=1.1]:1,c[&rate=0.9]:1)[&rate=1]:1);'
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.