trajFeatureNames {CellTrails}R Documentation

GET trajectory feature names

Description

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

Usage

trajFeatureNames(object)

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

# Example data
data(exSCE)

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

[Package CellTrails version 1.8.0 Index]