phenoNames {CellTrails}R Documentation

GET phenotype names

Description

Retrieve phenotype names from a SingleCellExperiment object

Usage

phenoNames(object)

Arguments

object

An object of class SingleCellExperiment

Details

Wrapper for colnames(colData(object))

Value

A character vector

Author(s)

Daniel C. Ellwanger

See Also

SingleCellExperiment

Examples

# Example data
data(exSCE)

phenoNames(exSCE)

[Package CellTrails version 1.10.0 Index]