Select significant MANGO terms within a condition range
Source:R/MANGO_SEPERATE_forMULTI_range.R
MANGO_SEPERATE_forMULTI_range.RdFilters MANGO comparison results to terms present in all selected conditions
(condition_A:condition_B) and exceeding an FC ratio against
the remaining conditions.
Usage
MANGO_SEPERATE_forMULTI_range(
input_COMPARE,
fileTABLE_path,
FC,
outputPATH,
condition_A,
condition_B
)Arguments
- input_COMPARE
Path to the MANGO comparison table.
- fileTABLE_path
Path to a table listing conditions (used to determine number of columns).
- FC
Fold-change ratio cutoff used for filtering.
- outputPATH
Output path to write the filtered table.
- condition_A
Start condition index (1-based, matching your code convention).
- condition_B
End condition index (1-based, matching your code convention).
Examples
stopifnot(is.function(MANGO_SEPERATE_forMULTI_range))