reducedDimK<- {monocle} | R Documentation |
Sets the the whitening matrix during independent component analysis.
reducedDimK(cds) <- value
cds |
A CellDataSet object. |
value |
a numeric matrix |
A matrix, where each row is a set of whitened expression values for a feature and columns are cells.
## Not run: cds <- reducedDimK(K) ## End(Not run)