spamosaic.utils.plot_basis

spamosaic.utils.plot_basis(ad, basis, color, **kwargs)[source]

Wrapper around scanpy.pl.embedding with warning suppression.

Parameters:
  • ad (AnnData) – Annotated data object.

  • basis (str) – Name of the embedding basis (e.g., 'umap' or 'spatial').

  • color (str) – Column in .obs to color by.

  • **kwargs – Additional keyword arguments passed to scanpy.pl.embedding.

Return type:

None