Description Usage Arguments Value Author(s) Examples
Plot a tree with branches colored according to molecular data, method 1
1 2 3 4 5 6 7 8 | plot_branches_method1(
x,
tip_label = "otu",
drop_outgroup = TRUE,
ladderize_tree = TRUE,
color = "red",
...
)
|
x |
A list from get_tip_values |
tip_label |
A character vector. Can be one of "otu" or "taxon" |
drop_outgroup |
Boolean |
ladderize_tree |
Boolean |
a plot
Emily Jane McTavish
1 2 | treefile = 'data/pg_2827_tree6577/run_pg_2827tree6577_run4/RAxML_bestTree.2020-07-31'
otufile = 'data/pg_2827_tree6577/outputs_pg_2827tree6577/otu_info_pg_2827tree6577.csv'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.