minSpanningTree: Retrieves the minimum spanning tree generated by Monocle...

Description Usage Arguments Value Examples

View source: R/methods-CellDataSet.R

Description

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.

Usage

1

Arguments

cds

expression data matrix for an experiment

Value

An igraph object representing the CellDataSet's minimum spanning tree.

Examples

1
2
3
4
## Not run: 
T <- minSpanningTree(HSMM)

## End(Not run)

monocle documentation built on Nov. 8, 2020, 5:06 p.m.