plot_pathways | R Documentation |
This function takes a Mutual Hazard Network as input and plot the most probable mutational pathways of a given length.
plot_pathways(Theta, mutations = NULL, n_order = 4, top_M = 10, log2 = TRUE)
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. |
n_order |
The length of the pathways (Default: 4). |
top_M |
Number of most probable pathways to plot (Default: 10). |
log2 |
A boolean flag indicating whether the x axis is scaled by log2. |
Xiang Ge Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.