stlearn.pl.non_spatial_plot¶
-
stlearn.pl.non_spatial_plot(adata: anndata._core.anndata.AnnData, use_label: str = 'louvain') → Optional[anndata._core.anndata.AnnData][source]¶ A wrap function to plot all the non-spatial plot from scanpy.
This function will produce 3 plots: PAGA graph, clustering plot in PAGA space and DPT in PAGA space.
- Parameters
adata – Annotated data matrix.
use_label – Use label result of clustering method.
dpi – Set dpi as the resolution for the plot.
- Returns
- Return type
Nothing