minSpanningTree<- {monocle} | R Documentation |
Sets the minimum spanning tree used by Monocle during cell ordering. Not intended to be called directly.
minSpanningTree(cds) <- value
cds |
A CellDataSet object. |
value |
an igraph object describing the minimum spanning tree. |
An updated CellDataSet object
## Not run: cds <- minSpanningTree(T) ## End(Not run)