stateTrajLayout<- {CellTrails}R Documentation

SET state trajectory layout

Description

Stores layout of state trajectory in SingleCellExperiment object

Usage

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

# Example data
data(exSCE)

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

[Package CellTrails version 1.2.0 Index]