Description Usage Arguments Value Examples
View source: R/methods-CellDataSet.R
Retrieves the expression values for each cell (as a matrix) after whitening during dimensionality reduction.
1 | reducedDimW(cds)
|
cds |
A CellDataSet object. |
A matrix, where each row is a set of whitened expression values for a feature and columns are cells.
1 2 3 4 | ## Not run:
W <- reducedDimW(HSMM)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.