Introduction
Contents
generalized_diffusion_map()
Preprocessing
Conventional scRNA-seq
Labeling scRNA-seq
Differential geometry
Vector field predictions
Gallery
Apply the diffusion map algorithm on the transition matrix build from Itô kernel.
Update the AnnData object with X_diffusion_map embedded in obsm attribute.
adata (AnnData) – an AnnData object with the constructed transition matrix.
AnnData
kwargs – additional kwargs that will be passed to diffusion_map_embedding function.
None