powered by
Stashes the identity in data.info to be retrieved later. Useful if, for example, testing multiple clustering parameters
StashIdent(object, save.name = "oldIdent")
Seurat object
Store current object@ident under this column name in object@meta.data. Can be easily retrived with SetAllIdent
A Seurat object where object@ident has been appropriately modified
# NOT RUN { head(x = pbmc_small@meta.data) pbmc_small <- StashIdent(object = pbmc_small, save.name = 'cluster.ident') head(x = pbmc_small@meta.data) # }
Run the code above in your browser using DataLab