reducedDimS<- {monocle} | R Documentation |
This function sets the coordinates of each cell in a new (reduced-dimensionality) space. Not intended to be called directly.
reducedDimS(cds) <- value
cds |
A CellDataSet object. |
value |
A matrix of coordinates specifying each cell's position in the reduced-dimensionality space. |
An update CellDataSet object
## Not run: cds <- reducedDimS(S) ## End(Not run)