Hi, I am using the seurat to process the data. And I wonder how to get the cell naems of those get filtered (considered as empty droplets), so that I could remove empty droplets in my seurat object (by subset(object = seurat.object, subset = CellNames %in% ???))
Hi, I am using the seurat to process the data. And I wonder how to get the cell naems of those get filtered (considered as empty droplets), so that I could remove empty droplets in my seurat object (by
subset(object = seurat.object, subset = CellNames %in% ???)
)