Models¶
Models fit gene expression trends in pseudotime; they assume some parametric form for the gene trend and estimate parameters using an objective function. Note that some models require you to have R and rpy2 installed.
|
Fit Generalized Additive Models (GAMs) using |
|
Wrapper around R's mgcv package for fitting GAMs. |
|
Wrapper around |
Signals¶
Signals identify the observation-aligned quantity a model is fit on. Pass them to
cellrank.pl.gene_trends() or cellrank.models.BaseModel.prepare() to plot gene expression,
an obs covariate (e.g. a gene module score), or a column of an
obsm array.
Continuous, observation-aligned signal to fit along a trajectory. |
|
|
|
|
A numeric per-cell covariate stored in |
|