powered by
FastWhichCells Identify cells matching certain criteria (limited to character values)
FastWhichCells(object, group.by, subset.value, invert = FALSE)
Seurat object
Group cells in different ways (for example, orig.ident). Should be a column name in object@meta.data
Return cells matching this value
invert cells to return.FALSE by default
# NOT RUN { FastWhichCells(object = pbmc_small, group.by = 'res.1', subset.value = 1) # }
Run the code above in your browser using DataLab