userLandmarks {CellTrails}R Documentation

GET user-defined landmarks

Description

Gets user-defined landmarks from a SingleCellExperiment object.

Usage

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

# Example data
data(exSCE)

# Get landmarks
userLandmarks(exSCE)

[Package CellTrails version 1.8.0 Index]