landmarks {CellTrails}R Documentation

GET landmarks

Description

Gets landmarks from a SingleCellExperiment object.

Usage

landmarks(object)

Arguments

object

A SingleCellExperiment object

Details

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.

Value

A character vector with sample names

Author(s)

Daniel C. Ellwanger

See Also

userLandmarks

Examples

# Example data
data(exSCE)

# Get landmarks
landmarks(exSCE)[seq_len(5)]

[Package CellTrails version 1.2.0 Index]