spamosaic.utils.plot_basis
- spamosaic.utils.plot_basis(ad, basis, color, **kwargs)[source]
Wrapper around
scanpy.pl.embeddingwith warning suppression.- Parameters:
ad (AnnData) – Annotated data object.
basis (str) – Name of the embedding basis (e.g.,
'umap'or'spatial').color (str) – Column in
.obsto color by.**kwargs – Additional keyword arguments passed to
scanpy.pl.embedding.
- Return type:
None