Description Usage Arguments Details Value Author(s) Examples
Retrieve names of features that were selected for trajectory reconstruction
from a SingleCellExperiment
object.
1 | 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
1 2 3 4 5 | # Example data
data(exSCE)
# Get trajectory features
trajFeatureNames(exSCE)[seq_len(5)]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.