Build the MANGO term tree list across multiple cases
Source:R/MANGO_TERMLISTING.R
MANGO_TERMLISTING.RdAggregates total_Dependency strings across preprocessing outputs,
computes pairwise overlap ratio, and creates a tree/subtree mapping based on
a similarity threshold.
Arguments
- PASSED_RATIO
Threshold on
Ratio_of_passed_Dependency(column 4).- PASSED_NUM
Threshold on passed dependency count (column 3).
- similarity
Similarity cutoff (%) used to define similar trees.
- fileTABLE_path
Path to a table listing MANGO preprocessing files (one per row).
- outputPATH
Output path to write the final tree/subtree table.
Examples
stopifnot(is.function(MANGO_TERMLISTING))