Description Usage Arguments Value Examples
View source: R/methods-CellDataSet.R
Retrieves a matrix capturing distances between each cell used during cell ordering.
1 |
cds |
expression data matrix for an experiment |
A square, symmetric matrix containing the distances between each cell in the reduced-dimensionality space.
1 2 3 4 | ## Not run:
D <- cellPairwiseDistances(HSMM)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.