mapqc.pl.umap.mapqc_scores_binary#
- mapqc.pl.umap.mapqc_scores_binary(adata, figsize=(6, 5), return_fig=False, umap_kwargs=None)#
UMAP colored by MapQC scores (binary, >2 or <=2), split by case/control status.
- Parameters:
adata (anndata.AnnData) – Anndata object with MapQC scores in adata.obs.mapqc_score. Both mapqc.run_mapqc() and mapqc.evaluate() should have been run on the adata object, as well as sc.tl.umap().
figsize (tuple[float, float], optional) – Figure size per panel. Default is (6, 5).
return_fig (bool, optional) – Return the figure object. Default is False.
umap_kwargs (dict, optional) – Keyword arguments for scanpy’s UMAP plotting.