cycombinepy.detect_batch_effect_express¶
- cycombinepy.detect_batch_effect_express(adata, markers=None, batch_key='batch', sample_key='sample', downsample=None, out_dir=None, seed=472)[source]¶
Quick 3-panel batch-effect summary (EMD heatmap, density, MDS).
Returns a
dictof matplotlib figures keyed by"emd","density"and"mds". Ifout_diris given, the figures are saved as PNGs and the dict is still returned for further inspection.Matches
detect_batch_effect_expressinR/detect_batch_effect.R.