manifold2D<- {CellTrails} | R Documentation |
Stores 2D manifold representation in SingleCellExperiment
object
manifold2D(object) <- value
object |
A |
value |
A |
An updated object of class SingleCellExperiment
Daniel C. Ellwanger
# Example data data(exSCE) gp <- plotManifold(exSCE, color_by="featureName", name="feature_10", recalculate=TRUE) manifold2D(exSCE) <- gp