Description Usage Arguments Value Examples
Write a phylogenetic tree as inferred by VERSO to a newick format file.
1 | write.newick.tree(phylogenetic_tree, phylogeny_file = "phylogenetic_tree.new")
|
phylogenetic_tree |
Inference results by VERSO. |
phylogeny_file |
File where to save the phylogenetic tree in newick format. |
A phylogenetic tree as inferred by VERSO in newick format.
1 2 3 | data(inference)
write.newick.tree(phylogenetic_tree = inference,
phylogeny_file = "inference_tree.new")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.