merge_stats_w_features.Rd
Merge feature files with results of the statistics, and export the results
merge_stats_w_features(
mRList = NULL,
test_method = "anova",
test_value = "q",
cutoff_value = 0.05,
dirout = NULL
)
mRList object
name of an element of mRList object containing results of statistical test or a custom data frame with Feature_ID as row names (e.g.: "anova").
value to use for significance. e.g.: "p" or "q"
value below which a feature is considered significant.
output directory
the data.frame metab_stat, metab_stat_w_features, metab_stat_w_features_known, metab_stat_w_features_only_sign, metab_stat_w_features_known_only_sign will be both saved in the global environemtn and exported as txt tab delimited files.