R/Main_functions.R
compare_stoichio.RdCompare stoichiometries between two conditions using a t-test
compare_stoichio(res, names = res$names, ref_condition = res$conditions[1], test_conditions = setdiff(res$conditions, ref_condition), p_val_thresh = 0.05, fold_change_thresh = 3, ...)
| res | an |
|---|---|
| names | names selected |
| ref_condition | reference condition |
| test_conditions | set of conditions to be compared to |
| p_val_thresh | Threshold for the t-test p-value |
| fold_change_thresh | Threshold for the t-test fold-change |
| ... | Additionnal parameters passed to |