mantispy.pp.filter_images#
- mantispy.pp.filter_images(adata, copy=False)#
Drop every cell belonging to an image that failed
image_qc().- Parameters:
- Return type:
- Returns:
None, or the filtered copy. Subsetsobsto the cells whose image passed, and reports how many were dropped.- Raises:
KeyError – If
obshas noqc_image_pass, whichimage_qc()writes.