mantispy.pl.plate_effects

Contents

mantispy.pl.plate_effects#

mantispy.pl.plate_effects(adata, feature=None, axes=None)[source]#

Row and column medians per plate, for spotting plate position artifacts.

Parameters:
  • adata (AnnData) – Object to draw, at any resolution.

  • feature (str | None (default: None)) – A single feature, or None for the mean across features.

  • axes (ndarray | None (default: None)) – A (n_plates, 2) array of axes to draw into.

Returns:

The axes array, one row per plate, with the row marginal on the left and the column marginal on the right, each with the plate median drawn as a reference line.