trajFeatureNames: GET trajectory feature names

Description Usage Arguments Details Value Author(s) Examples

Description

Retrieve names of features that were selected for trajectory reconstruction from a SingleCellExperiment object.

Usage

1

Arguments

object

An object of class SingleCellExperiment

Details

Features can be selected prior to trajectory inference. This method retrieves the user-defined features from a SingleCellExperiment object. The return value is a character vector containing the feature names.

Value

An object of class character

Author(s)

Daniel C. Ellwanger

Examples

1
2
3
4
5
# Example data
data(exSCE)

# Get trajectory features
trajFeatureNames(exSCE)[seq_len(5)]

elldc/CellTrails documentation built on May 16, 2020, 4:40 a.m.