reducedDimA {monocle} | R Documentation |
Retrieves the weights that transform the cells' coordinates in the reduced dimension space back to the full (whitened) space.
reducedDimA(cds)
cds |
A CellDataSet object. |
A matrix that when multiplied by a reduced-dimension set of coordinates for the CellDataSet, recovers a matrix in the full (whitened) space
## Not run: A <- reducedDimA(HSMM) ## End(Not run)