stateTrajLayout-set: SET state trajectory layout

Description Usage Arguments Value Author(s) Examples

Description

Stores layout of state trajectory in SingleCellExperiment object

Usage

1
stateTrajLayout(object) <- value

Arguments

object

A SingleCellExperiment object

value

A ggplot object

Value

An updated object of class SingleCellExperiment

Author(s)

Daniel C. Ellwanger

Examples

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

gp <- plotStateTrajectory(exSCE, color_by="featureName",
                          name="feature_10", recalculate=TRUE)
stateTrajLayout(exSCE) <- gp

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