Learn R Programming

Seurat (version 2.0.0)

StashIdent: Set identity class information

Description

Stashes the identity in data.info to be retrieved later. Useful if, for example, testing multiple clustering parameters

Usage

StashIdent(object, save.name = "oldIdent")

Arguments

object

Seurat object

save.name

Store current object@ident under this column name in object@meta.data. Can be easily retrived with SetAllIdent

Value

A Seurat object where object@ident has been appropriately modified