Description Usage Arguments Details Value Author(s) Examples
Retrieve names of samples that were aligned onto the trajectory
from a SingleCellExperiment
object.
1 | trajSampleNames(object)
|
object |
An object of class |
A trajectory graph can be initially a forest. Trajectory fitting is performed on one component. This function returns the names of the samples which are member of the selected component.
An object of class character
Daniel C. Ellwanger
1 2 3 4 5 | # Example data
data(exSCE)
# Get trajectory samples
trajSampleNames(exSCE)[seq_len(5)]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.