Description Usage Arguments Value
This will generate multiple starting trees by ML & treedater. Each tree is produced by a different random resolution of polytomies in the ML tree Sequence names must have sample times included (see prep_tip_labels)
1 2 3 4 5 6 7 8 | make_starting_trees(
fastafn,
treeoutfn = "startTrees.nwk",
plotout = NULL,
regionDemes = c("Il"),
ntres = 1,
ncpu = 4
)
|
fastafn |
File name of sequence data (needed for ML tree estimation) |
treeoutfn |
File name of trees to be written |
plotout |
File name of ML tree plot. set to Null to not plot |
regionDemes |
demes to colour in the output tree plot |
ntres |
integer how many start trees to produce? a distinct xml is made for each |
ncpu |
Number of CPUs to use |
Some treedater trees. New start trees are written to disk. ML tree plot written to disk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.