reducedDimK {monocle}R Documentation

Retrieves the the whitening matrix during independent component analysis.

Description

Retrieves the the whitening matrix during independent component analysis.

Usage

reducedDimK(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: 
K <- reducedDimW(HSMM)

## End(Not run)

[Package monocle version 2.21.1 Index]