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()
Map a list of keys using a dictionary.
_dict (dict) – Mapping dictionary.
_list (list) – List of keys to map.
List of mapped values.
list