reducedDimW {monocle}R Documentation

Get the whitened expression values for a CellDataSet.

Description

Retrieves the expression values for each cell (as a matrix) after whitening during dimensionality reduction.

Usage

reducedDimW(cds)

Arguments

cds

A CellDataSet object.

Value

A matrix, where each row is a set of whitened expression values for a feature and columns are cells.

Examples

## Not run: 
W <- reducedDimW(HSMM)

## End(Not run)

[Package monocle version 2.18.0 Index]