plot_growth_rates | R Documentation |
Function to visualize the growth coefficients for each clone and lineage.
plot_growth_rates(
x,
highlight = c(),
min_frac = 0,
mutations = F,
timepoints_to_int = list(),
fit = F,
show_best = T
)
x |
a mvnmm object. |
highlight |
a vector of clusters IDs to highlight in the plot. |
min_frac |
min_frac numeric value in |
mutations |
Boolean. If set to |
timepoints_to_int |
a list to map each |
fit |
add |
if (FALSE) plot_growth_rates(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.