multivelovae.velocity_embedding_stream

multivelovae.velocity_embedding_stream(adata, key='vae', show=True, **kwargs)

Plot velocity streamplot with scvelo.pl.velocity_embedding_stream.

Args:
adata (anndata.AnnData):

Anndata output from VAE inference.

key (str, optional):

Key to find layers. Defaults to ‘vae’.

show (bool):

Whether to show the plot. Defaults to True.

kwargs:

Additional parameters passed to scvelo.pl.velocity_embedding_stream.

Returns

if not show. A matplotlib axis object.