cellrank.models.Signal¶
- class cellrank.models.Signal[source]¶
Continuous, observation-aligned signal to fit along a trajectory.
A signal identifies a single 1D quantity defined for every cell – gene expression (
Gene), a covariate inobs(Obs), or a column of anobsmarray (Obsm). It is the unit consumed byprepare()and the trajectory plotting functions, replacing the oldergene+data_key+use_rawtriple.
Attributes table¶
Methods table¶
Attributes¶
layer¶
name¶
- Signal.name¶
Human-readable name, used for titles, labels and result keys.