View source: R/Functions_FeatureTable_analysis.R
MseekAnova | R Documentation |
Calculate per-row one-way ANOVA between grouped columns of a data.frame. NOTE: Equal variance is not assumed (uses stats::oneway.test) Returns NaN in cases where one group has all equal values (no variance),
MseekAnova(df, groups, adjmethod = "bonferroni")
df |
a data.frame with numeric (intensity) values |
groups |
named list of intensity columns listed by group (as supplied by $anagroupnames or $anagroupnames_norm of MseekFT objects) |
adjmethod |
method to adjust p values (passed on to stats::p.adjust) |
a data.frame with one column, called ANOVA__pvalue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.