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)

CellTrails documentation built on Nov. 8, 2020, 5:53 p.m.