reducedDimA<- {monocle} | R Documentation |
Sets the weights transform the cells' coordinates in the reduced dimension space back to the full (whitened) space.
reducedDimA(cds) <- value
cds |
A CellDataSet object. |
value |
A whitened expression data matrix |
An updated CellDataSet object
## Not run: cds <- reducedDimA(A) ## End(Not run)