manifold2D {CellTrails}R Documentation

GET 2D manifold representation

Description

Returns 2D manifold representation of latent space from SingleCellExperiment object

Usage

manifold2D(object)

Arguments

object

A SingleCellExperiment object

Value

A numeric matrix

Author(s)

Daniel C. Ellwanger

Examples

# Example data
data(exSCE)

manifold2D(exSCE)[seq_len(5), ]

[Package CellTrails version 1.12.0 Index]