View source: R/plots_mullerplot.R
plot_mullerplot | R Documentation |
Function to visualize the mullerplot for the fitted object.
plot_mullerplot(
x,
which = "frac",
highlight = c(),
min_frac = 0,
estimate_npops = FALSE,
rm_mixt = FALSE,
timepoints_to_int = c(),
mutations = F,
single_clone = T,
tree_score = 1,
legend.pos = "right"
)
x |
a mvnmm object. |
which |
string among |
highlight |
a vector of clusters IDs to highlight in the plot. |
min_frac |
min_frac numeric value in |
timepoints_to_int |
a list to map each |
mutations |
Boolean. If set to |
single_clone |
Boolean. If |
tree_score |
add |
legend.pos |
add |
if (FALSE) plot_mullerplot(x, wrap=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.