markClusterCol {Spaniel} | R Documentation |
A function to mark the columns containing cluster information in the metadata or colData of a Seurat or SCE object. Columns are marked with "cluster_" prefix.
markClusterCol(object, pattern)
object |
Either a Seurat or SCE object containing clustering information |
pattern |
pattern indicating which columns contain cluster information |
A Seurat or SCE object
SeuratObj <- readRDS(file.path(system.file(package = "Spaniel"), "extdata/SeuratData.rds")) SeuratObj <- markClusterCol(SeuratObj, "res")