stateTrajLayout<- {CellTrails} | R Documentation |
Stores layout of state trajectory in SingleCellExperiment
object
stateTrajLayout(object) <- value
object |
A |
value |
A |
An updated object of class SingleCellExperiment
Daniel C. Ellwanger
# Example data data(exSCE) gp <- plotStateTrajectory(exSCE, color_by="featureName", name="feature_10", recalculate=TRUE) stateTrajLayout(exSCE) <- gp