manifold2D<- {CellTrails}R Documentation

SET 2D manifold representation

Description

Stores 2D manifold representation in SingleCellExperiment object

Usage

manifold2D(object) <- value

Arguments

object

A SingleCellExperiment object

value

A numeric matrix with one column per dimension

Value

An updated object of class SingleCellExperiment

Author(s)

Daniel C. Ellwanger

Examples

# Example data
data(exSCE)

gp <- plotManifold(exSCE, color_by="featureName", name="feature_10",
                   recalculate=TRUE)
manifold2D(exSCE) <- gp

[Package CellTrails version 1.4.0 Index]