eval_anova: Evaluates data from ANOVA do_anova() for significant proteins

View source: R/eval_anova.R

eval_anovaR Documentation

Evaluates data from ANOVA do_anova() for significant proteins

Description

Evaluates data from ANOVA do_anova() for significant proteins

Usage

eval_anova(
  data_,
  anova.pvalueCutoff = 0.05,
  anova.pAdjustMethod = "BH",
  tukey.pvalueCutoff = 0.05,
  tukey.pAdjustMethod = "BH",
  fcThreshold = 0.5
)

Arguments

data_

data list

anova.pvalueCutoff

threshold for ANOVA p-values

anova.pAdjustMethod

method to adjust ANOVA p-values

tukey.pvalueCutoff

threshold for Tukey p-values

tukey.pAdjustMethod

method to adjust Tukey p-values

fcThreshold

absolute fold-change threshold


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.