anndict.wrappers.plot_umap_adata_dict#
- anndict.wrappers.plot_umap_adata_dict(adata_dict, **kwargs)[source]#
Plots UMAP embeddings for each
AnnDatainadata_dict, colored by a specified variable.- Parameters:
- adata_dict
AdataDict An
AdataDict.- kwargs
Additional keyword arguments, including ‘color_by’ which specifies a variable by which to color the UMAP plots, typically a column in
.obs.
- adata_dict
- Return type:
None- Returns:
None
Notes
The function creates plots for the each
AnnData.