mantispy.pl.image_qc#
- mantispy.pl.image_qc(adata, ax=None)#
Image quality score per image, with the flagged images marked.
- Parameters:
adata (
AnnData) – Objectimage_qc()has run on.ax (
Axes|None(default:None)) – Axes to draw on, orNonefor a new figure.
- Return type:
- Returns:
The axes drawn on, with one point per image in the order of the table and the flagged images drawn larger and in crimson.
- Raises:
KeyError –
uns["mantispy"]holds noimage_qctable.