trajFeatureNames {CellTrails} | R Documentation |
Retrieve names of features that were selected for trajectory reconstruction
from a SingleCellExperiment
object.
trajFeatureNames(object)
object |
An object of class |
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.
An object of class character
Daniel C. Ellwanger
# Example data data(exSCE) # Get trajectory features trajFeatureNames(exSCE)[seq_len(5)]