Filter spots for a single-cell RNA sequencing or sptially-resolved transcriptomics data in the form of a Seurat object.
filter_spot(seu, min_feature = 0, assay = NULL)
a Seurat object.
a non-negative integer, the least number of nonzero genes for a retained spot.
a string, the assay to perform filtering.
Return a revised Seurat object.