landmarks {CellTrails} | R Documentation |
Gets landmarks from a SingleCellExperiment
object.
landmarks(object)
object |
A |
Trail branches (B) and heads (H) are automatically assigned; landmarks can also be defined on the trajectory by the user (U). Landmarks can be used to extract single trails from a trajectory.
A character vector with sample names
Daniel C. Ellwanger
userLandmarks
# Example data data(exSCE) # Get landmarks landmarks(exSCE)[seq_len(5)]