OWAnova: Applies aov() on a vector of protein abundances using the...

View source: R/anova_analysis.R

OWAnovaR Documentation

Applies aov() on a vector of protein abundances using the design derived from the sample names (simple aov wrapper)

Description

Applies aov() on a vector of protein abundances using the design derived from the sample names (simple aov wrapper)

Usage

OWAnova(current_protein, conditions)

Arguments

current_protein

a real vector

conditions

the list of groups the protein belongs to

Value

see aov()

Author(s)

Thomas Burger

Examples

protein_abundance <- rep(rnorm(3, mean= 18, sd=2), each=3) + rnorm(9)
groups <- c(rep("group1",3),rep("group2",3),rep("group3",3))
OWAnova(protein_abundance,groups)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.