beastier-package {beastier} | R Documentation |
beastier
: A package to call BEAST2.
Description
beastier
allows to call BEAST2, a popular
Bayesian phylogenetics tool, using
an R interface. 'beastier' closely follows the interface
of BEAST2, including its default settings.
Author(s)
Richèl J.C. Bilderbeek
See Also
These are packages associated with beastier
:
-
The package
beautier
can create BEAST2 input files from R -
The package
tracerer
can parse BEAST2 output files from R -
The package
babette
combines the functionality ofbeautier
,beastier
andtracerer
into a single workflow
Examples
check_empty_beaustier_folders()
beast2_options <- create_beast2_options(
input_filename = get_beastier_path("2_4.xml")
)
if (is_beast2_installed() && beautier::is_on_ci()) {
run_beast2_from_options(beast2_options)
file.remove(beast2_options$output_state_filename)
remove_beaustier_folders()
}
[Package beastier version 2.5.2 Index]