Contents:
Config
check_batch_empty()
clustering()
dict_map()
flip_axis()
get_barc2batch()
get_umap()
load_config()
mclust_R()
nn_approx()
plot_basis()
reorder()
split_adata_ob()
Computes UMAP embeddings for given representation keys and stores them in .obsm.
ad (AnnData) – Input data.
use_reps (list[str]) – Keys in .obsm to compute UMAP for.
Annotated object with new UMAPs.
AnnData