dynamo.vf.streamline_clusters

dynamo.vf.streamline_clusters(adata, basis='umap', features=['speed', 'divergence', 'acceleration', 'curvature', 'curl'], method='sparsevfc', xy_grid_nums=[50, 50], density=5, curvature_method=1, feature_bins=10, clustering_method='leiden', assign_fixedpoints=False, reversed_fixedpoints=False, **kwargs)[source]
Parameters
  • adata (AnnData) –

  • basis (str) –

  • features (list) –

  • method (str) –

  • xy_grid_nums (list) –

  • density (float) –

  • curvature_method (int) –

  • feature_bins (int) –

  • clustering_method (str) –