markClusterCol {Spaniel}R Documentation

markClusterCol

Description

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.

Usage

markClusterCol(object, pattern)

Arguments

object

Either a Seurat or SCE object containing clustering information

pattern

pattern indicating which columns contain cluster information

Value

A Seurat or SCE object

Examples

sceObj <- readRDS(file.path(system.file(package = "Spaniel"),
                        "extdata/sceData.rds"))
sceObj <- markClusterCol(sceObj, "res")

[Package Spaniel version 1.8.0 Index]