calculateANOVAPValues: Calculates ANOVA p-values comparing the different condition...

View source: R/analyzeResults.R

calculateANOVAPValuesR 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.

Description

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.

Usage

calculateANOVAPValues(methodList, sampleReplicateGroups, categoricalANOVA)

Arguments

methodList

List containing normalized matrices

sampleReplicateGroups

Condition header

categoricalANOVA

Whether the ANOVA should be calculated using ordered or categorical groups

Value

avgVarianceMat Matrix with average variance for each biological condition


ComputationalProteomics/NormalyzerDE documentation built on Sept. 18, 2023, 9:15 p.m.