phenoNames: GET phenotype names

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Retrieve phenotype names from a SingleCellExperiment object

Usage

1
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

1
2
3
4
# Example data
data(exSCE)

phenoNames(exSCE)

dcellwanger/CellTrails documentation built on May 12, 2020, 2:01 a.m.