Contents:
Filter all genes with a binary mask.
mask (ndarray[bool]) – All counts where mask is False will be set to 0.
crop (bool) – Whether to crop the data to the bounding box of the selected region. This can improve performance by minimizing the sample size.