cycombinepy.plotting.plot_density¶
- cycombinepy.plotting.plot_density(adata, markers=None, layer='cycombine_corrected', batch_key='batch', filename=None)[source]¶
Per-marker density plot colored by batch.
If
layeris set and present, the corrected distribution is overlaid alongside the uncorrectedadata.Xfor easy before/after comparison. Mirrorsplot_densityinR/utils_plotting.R.