reducedDimS {monocle} | R Documentation |
Reducing the dimensionality of the expression data is a core step in the Monocle workflow. After you call reduceDimension(), this function will return the new coordinates of your cells in the reduced space.
reducedDimS(cds)
cds |
A CellDataSet object. |
A matrix, where rows are cell coordinates and columns correspond to dimensions of the reduced space.
## Not run: S <- reducedDimS(HSMM) ## End(Not run)