View source: R/tree-gabowmyers.R
generateAllTrees | R Documentation |
Enumerate all spanning trees using modified Gabow-Myers wrapper
generateAllTrees(
mcf,
purity,
lineage_precedence_thresh = 0.1,
sum_filter_thresh = 0.2
)
lineage_precedence_thresh |
maximum allowed violation of lineage precedence (default = 0.1) |
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.