reducedDimA {monocle}R Documentation

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

## Not run: 
A <- reducedDimA(HSMM)

## End(Not run)

[Package monocle version 2.22.0 Index]