Description Usage Arguments References
Given cluster centers, construct a linearge using minimum spanning tree (MST) with Euclidean distances. It is often suggested to use a low-dimensional space for identifying MST. A starting or ending cluster can be specified if prior knowledge is available. This code is adapted from the 'getLineages' method in the R package 'slingshot'.
1 2 | getClusterLineages(centers, end.clust = NULL, start.clust = NULL,
dist.fun = NULL)
|
centers |
K-by-p' matrix of cluster centers, where p' is usually for the low-dimensional space. |
end.clust |
(optional) the end point |
start.clust |
(optional) the starting point |
Street K, Risso D, Fletcher RB, et al. (2017). "Slingshot: Cell lineage and pseudotime inference for single-cell transcriptomics." bioRxiv. 10.1101/128843
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.