Learn R Programming

Seurat (version 1.2.1)

which.cells: Identify matching cells

Description

Returns a list of cells that match a particular query (usually, query is based on identity class). For example, to find the names of all cells in cluster 1.

Usage

which.cells(object, value = 1, id = NULL)

Arguments

object
Seurat object
value
Query value to match
id
Variable to query (by default, identity class)

Value

A vector of cell names