trajSampleNames {CellTrails} | R Documentation |
Retrieve names of samples that were aligned onto the trajectory
from a SingleCellExperiment
object.
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
# Example data data(exSCE) # Get trajectory samples trajSampleNames(exSCE)[seq_len(5)]