Seurat (version 2.3.4)

FastWhichCells: FastWhichCells Identify cells matching certain criteria (limited to character values)

Description

FastWhichCells Identify cells matching certain criteria (limited to character values)

Usage

FastWhichCells(object, group.by, subset.value, invert = FALSE)

Arguments

object

Seurat object

group.by

Group cells in different ways (for example, orig.ident). Should be a column name in object@meta.data

subset.value

Return cells matching this value

invert

invert cells to return.FALSE by default

Examples

Run this code
# NOT RUN {
FastWhichCells(object = pbmc_small, group.by = 'res.1', subset.value = 1)

# }

Run the code above in your browser using DataLab