View source: R/parse_beast_output_files.R
parse_beast_output_files | R Documentation |
Parse all BEAST2 output files
parse_beast_output_files(log_filename, trees_filenames, state_filename)
log_filename |
deprecated name
of the BEAST2 tracelog |
trees_filenames |
the names of one or more a BEAST2
posterior |
state_filename |
name of the BEAST2 state |
a list with the following elements:
itemestimates
: parameter estimates
item
[alignment_id]_trees
: the phylogenies in the
BEAST2 posterior. [alignment_id]
is the ID
of the alignment.
itemoperators
: the BEAST2 MCMC operator
acceptances
Richèl J.C. Bilderbeek
Use remove_burn_ins
to remove the burn-in from
out$estimates
trees_filenames <- get_tracerer_path("beast2_example_output.trees")
log_filename <- get_tracerer_path("beast2_example_output.log")
state_filename <- get_tracerer_path("beast2_example_output.xml.state")
parse_beast_output_files(
log_filename = log_filename,
trees_filenames = trees_filenames,
state_filename = state_filename
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.