Description Usage Arguments Value Author(s)
Runs the full pipeline one parameter set (i.e., one row of the param_space.csv file). DAISIE simulations are generated, the first lineage, if any, is extracted. Associated branching times are converted to a phylo object which is then saved as a .tre file to the /trees folder, if there are more than 20 tips. Intermediate objects are saved as they are generated to output folder, as a list. See details in the Return section.
1 | run_pipeline(n_param_sets_to_run, save_to_file = TRUE, test_seed = FALSE)
|
n_param_sets_to_run |
Integer with number of parameter sets (i.e., columns in the parameter space file) should be simulated. |
save_to_file |
Boolean stating if output of pipeline should be saved
as an |
test_seed |
A boolean, which sets the seed to 1. Defaults to |
Saves output object to output and trees folder. Generate .tree file if > 20 tips are created. Output object is a list containing the following elements:
DAISIE IW simulation objects
Corresponding vector of branching times
Corresponding branching times converted to phylo objects
Pedro Neves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.