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