Description Usage Arguments Value Examples
View source: R/methods-CellDataSet.R
Retrieves the minimum spanning tree (MST) that Monocle constructs during orderCells(). This MST is mostly used in plot_spanning_tree to help assess the accuracy of Monocle\'s ordering.
1 | minSpanningTree(cds)
|
cds |
expression data matrix for an experiment |
An igraph object representing the CellDataSet's minimum spanning tree.
1 2 3 4 | ## Not run:
T <- minSpanningTree(HSMM)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.