userLandmarks {CellTrails} | R Documentation |
Gets user-defined landmarks from a SingleCellExperiment
object.
userLandmarks(object)
object |
A |
Landmarks can be defined on the trajectory by the user
with userLandmarks
. Landmarks can be used to extract single
trails from a trajectory.
A character vector with sample names
Daniel C. Ellwanger
SingleCellExperiment
# Example data data(exSCE) # Get landmarks userLandmarks(exSCE)