View source: R/tree-gabowmyers.R
enumerateSpanningTreesModified | R Documentation |
Enumerate all spanning trees using modified Gabow-Myers
enumerateSpanningTreesModified(graph_G, mcf, purity, sum_filter_thresh = 0.2)
graph_G |
tibble of possible edges with columns edge, parent, child |
sum_filter_thresh |
thresh maximum allowed violation of Sum Condition (default = 0.2) |
w |
matrix of CCF values (rows = clusters, columns = samples) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.