Build the MANGO term tree list for a single case
Source:R/MANGO_TERMLISTING_single.R
MANGO_TERMLISTING_single.RdSame as MANGO_TERMLISTING but operates on a single preprocessing file.
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 a single MANGO preprocessing file.
- outputPATH
Output path to write the final tree/subtree table.
Examples
stopifnot(is.function(MANGO_TERMLISTING_single))