View source: R/parse_beast_trees.R
parse_beast_trees | R Documentation |
Parses a BEAST2 .trees output file
parse_beast_trees(filename)
filename |
name of the BEAST2 .trees output file |
the phylogenies in the posterior
Richèl J.C. Bilderbeek
Use save_beast_trees
to save the phylogenies
to a .trees
file.
Use is_trees_file with verbose = TRUE
to find out
why a file is invalid
trees_filename <- get_tracerer_path("beast2_example_output.trees")
parse_beast_trees(trees_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.