fit_growth_rates | R Documentation |
Infer growth rates for each clone and subclone.
fit_growth_rates(
x,
steps = 500,
highlight = c(),
timepoints_to_int = c(),
growth_model = "exp.log",
force = T,
tree_score = 1,
py_pkg = NULL,
mutations = F
)
x |
a mvnmm object. |
steps |
maximum number of steps for inference. |
highlight |
set of clusters to run the inference for. If not specified, it will be run on all the clusters. |
timepoints_to_int |
if the provided timepoints are not integers nor a timepoints-to-int list is
stored in |
growth_model |
string specifying the type of growth model to use, between |
force |
if the model has already been fitted, setting |
A mvnmm
object with the additional tibble growth.rates
containing the estimated population genetics parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.