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 - expand- logcorresponding to exponential and logistic models, respectively.
- force
- if the model has already been fitted, setting - forceto- FALSEwill keep the computed rates. Setting- forceto- TRUEwill fit the model again for the specified clusters.
