Learn R Programming

monocle (version 1.6.2)

reducedDimA: Get the weights needed to lift cells back to high dimensional expression space.

Description

Retrieves the weights that transform the cells' coordinates in the reduced dimension space back to the full (whitened) space.

Usage

reducedDimA(cds)

Arguments

cds
A CellDataSet object.

Value

  • A matrix that when multiplied by a reduced-dimension set of coordinates for the CellDataSet, recovers a matrix in the full (whitened) space

Examples

Run this code
data(HSMM)
A <- reducedDimA(HSMM)

Run the code above in your browser using DataLab