userLandmarks-set: SET user-defined landmarks

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

Description

Set user-defined landmarks to a SingleCellExperiment object.

Usage

1
userLandmarks(object) <- value

Arguments

object

A SingleCellExperiment object

value

A character vector with sample names

Details

Landmarks can be defined on the trajectory and can be necessary to extract individual trails from a trajectory.

Diagnostic messages

An error is thrown if the trajectory has not been reconstructed yet.

Value

An updated SingleCellExperiment object

Author(s)

Daniel C. Ellwanger

See Also

SingleCellExperiment fitTrajectory

Examples

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

# Set landmarks
userLandmarks(exSCE) <- colnames(exSCE)[5:7]

CellTrails documentation built on Nov. 8, 2020, 5:53 p.m.