Infer growth rates for each clone and subclone.
Arguments
- 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
x
, a list mapping their values to integers is required.- growth_model
string specifying the type of growth model to use, between
exp
andlog
corresponding to exponential and logistic models, respectively.- force
if the model has already been fitted, setting
force
toFALSE
will keep the computed rates. Settingforce
toTRUE
will fit the model again for the specified clusters.