dynamo.vf.rank_curvature_genes

dynamo.vf.rank_curvature_genes(adata, ckey='curvature', prefix_store='rank', **kwargs)[source]

Rank gene’s absolute, positive, negative curvature by different cell groups.

Parameters
  • adata (AnnData) – AnnData object that contains the reconstructed vector field function in the .uns attribute.

  • groups (str or None (default: None)) – The cell group that speed ranking will be grouped-by.

  • ckey (str (default: curvature)) – The curvature key.

Returns

adata – AnnData object that is updated with the ‘rank_curvature’ related information in the .uns.

Return type

AnnData