reducedDimA<- {monocle}R Documentation

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

Description

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

Usage

reducedDimA(cds) <- value

Arguments

cds

A CellDataSet object.

value

A whitened expression data matrix

Value

An updated CellDataSet object

Examples

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

## End(Not run)

[Package monocle version 2.12.0 Index]