userLandmarks: GET user-defined landmarks

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Gets user-defined landmarks from a SingleCellExperiment object.

Usage

1
userLandmarks(object)

Arguments

object

A SingleCellExperiment object

Details

Landmarks can be defined on the trajectory by the user with userLandmarks. Landmarks can be used to extract single trails from a trajectory.

Value

A character vector with sample names

Author(s)

Daniel C. Ellwanger

See Also

SingleCellExperiment

Examples

1
2
3
4
5
# Example data
data(exSCE)

# Get landmarks
userLandmarks(exSCE)

elldc/CellTrails documentation built on May 16, 2020, 4:40 a.m.