Learn R Programming

Seurat (version 2.0.0)

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