traverseMST | R Documentation |
Reorder MST for traversal from a given node.
traverseMST(net, ref0)
net |
(matrix) array of tree-edges. |
ref0 |
(character) start node for traversal. |
(matrix) array of tree-edges reordered for traversal.
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2021) + GPL-3 Date: 2021-05-14
mstAlignRuns, getMST
net <- cbind("A" = c("run1","run2","run3"), "B" = c("run2","run3","run4"))
## Not run:
traverseMST(net, "run2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.