multivelo.velocity_embedding_stream

multivelo.velocity_embedding_stream(adata, vkey='velo_s', show=True, **kwargs)

Plots velocity stream.

This function plots velocity streamplot with scvelo.pl.velocity_embedding_stream.

Parameters:
  • adata (AnnData) – Anndata result from dynamics recovery.

  • vkey (str (default: velo_s)) – Default to use spliced velocities. The normalized matrix will be used.

  • show (bool (default: True)) – Whether to show the plot.

  • scvelo.tl.velocity_graph. (Additional parameters passed to)

Returns:

If show==False, a matplotlib axis object.