plotTrail: Visualize single trails

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

Description

Method highlights a single trail on the trajectory map

Usage

1

Arguments

sce

A SingleCellExperiment object

name

Name of the trail

Details

A trail can be defined with the function addTrail between two landmarks. User-defined landmarks can be set with the function userLandmarks. This function visualizes the start and endpoints, and the pseudotime of a defined trail along the trajectory. The trail pseudotimes can be directly accessed via the trails.

An error is thrown if the trail_name is unknown. The function is case-sensitiv. All available trails can be listed by trailNames.

Value

A ggplot object

Author(s)

Daniel C. Ellwanger

See Also

addTrail userLandmarks trailNames trails

Examples

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

# Plot trail
plotTrail(exSCE, name="Tr1")

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