Seurat (version 2.3.4)

GetIdent: Get identity of cells

Description

Get identity of cells

Usage

GetIdent(object, uniq = TRUE, cells.use = NULL)

Arguments

object

Seurat object

uniq

logic, indicating whether to return unique ident values or ident of all cells

cells.use

A vector of cell names. If specified, only the identity of these cells will be returned.

Value

Return the cell identites of this Seurat object

Examples

Run this code
# NOT RUN {
GetIdent(pbmc_small)

# }

Run the code above in your browser using DataLab