View source: R/TimeTreesFunctions.R
| create_starting_tree | R Documentation |
Takes an airr clone object and tree and returns BEAST2 XML for setting the starting tree
create_starting_tree(
clone,
id,
tree,
include_germline_as_tip,
tree_states,
start_edge_length
)
clone |
an |
id |
unique identifer for this analysis |
tree |
starting tree, either a phylo object or a newick string |
include_germline_as_tip |
include the germline as a tip |
tree_states |
use states in the starting tree? |
start_edge_length |
edge length to use for all branches in starting tree |
String of XML setting the starting tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.