Compare 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, ...)

Arguments

res

an Interactome

names

names selected

ref_condition

reference condition

test_conditions

set of conditions to be compared to ref_condition

p_val_thresh

Threshold for the t-test p-value

fold_change_thresh

Threshold for the t-test fold-change

...

Additionnal parameters passed to row_ttest()