reducedDimK<- {monocle}R Documentation

Sets the the whitening matrix during independent component analysis.

Description

Sets the the whitening matrix during independent component analysis.

Usage

reducedDimK(cds) <- value

Arguments

cds

A CellDataSet object.

value

a numeric matrix

Value

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

Examples

## Not run: 
cds <- reducedDimK(K)

## End(Not run)

[Package monocle version 2.12.0 Index]