plot_next_mutations | R Documentation |
Given a particular tree and a Mutual Hazard Network, this function finds the next most probable mutational events.
plot_next_mutations(
n,
tree_df,
Theta,
mutations = NULL,
tree_label = NULL,
top_M = 5
)
n |
Number of mutational events. |
tree_df |
A tree in data frame format. |
Theta |
An n-by-n matrix representing a Mutual Hazard Network |
mutations |
A list of mutation names, which must be unique values. If no names are given, then the mutation IDs will be used. |
tree_label |
The title of the tree (Default: NULL). |
top_M |
Number of most probable mutational events to plot (Default: 5). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.