def score_and_mask_pixels(
adata: AnnData,
layer: str,
k: int,
method: Literal["gauss", "moran", "EM", "
2022-09-16