cellPairwiseDistances<- {monocle} | R Documentation |
Sets the matrix containing distances between each pair of cells used by Monocle during cell ordering. Not intended to be called directly.
cellPairwiseDistances(cds) <- value
cds |
A CellDataSet object. |
value |
a square, symmetric matrix containing pairwise distances between cells. |
An updated CellDataSet object
## Not run: cds <- cellPairwiseDistances(D) ## End(Not run)