eval_anova | R Documentation |
Evaluates data from ANOVA do_anova() for significant proteins
eval_anova( data_, anova.pvalueCutoff = 0.05, anova.pAdjustMethod = "BH", tukey.pvalueCutoff = 0.05, tukey.pAdjustMethod = "BH", fcThreshold = 0.5 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.