I know that I can do subsetting on just one gene in Seurat:
seurat_subset <- SubsetData(seurat_object, subset.name = neuron_ids[1], accept.low = 0.1)
However, I want to subset on multiple genes. Is there a way to do that? I just do not want to do manual subsetting on 10 genes, then manually getting @data matrix from each subset, and recreating seurat object afterwards.
seurat_subset <- SubsetData(seurat_object, cells = cell_names)ascells.useis no longer supported. – zdebruine Nov 15 '19 at 19:36