plot_tree_df | R Documentation |
This function plots a tree in data frame format.
plot_tree_df(
tree_df,
mutations,
tree_label = NULL,
main_node_color = "paleturquoise3",
next_node_color = "thistle"
)
tree_df |
A tree in data frame format. |
mutations |
A list of mutation names corresponding to the mutation IDs. |
tree_label |
The title of the tree (Default: NULL). |
main_node_color |
The color of the nodes in the main tree structure (Default: pale turquoise). |
next_node_color |
The color of the nodes in the augmented tree structure (Default: thistle). |
Xiang Ge Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.