View source: R/analyzeResults.R
calculateANOVAPValues | R Documentation |
Calculates ANOVA p-values comparing the different condition groups returning a vector of resulting p-values with NA-values where too few values were present in at least one of the groups.
calculateANOVAPValues(methodList, sampleReplicateGroups, categoricalANOVA)
methodList |
List containing normalized matrices |
sampleReplicateGroups |
Condition header |
categoricalANOVA |
Whether the ANOVA should be calculated using ordered or categorical groups |
avgVarianceMat Matrix with average variance for each biological condition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.