View source: R/anova_analysis.R
OWAnova | R Documentation |
Applies aov() on a vector of protein abundances using the design derived from the sample names (simple aov wrapper)
OWAnova(current_protein, conditions)
current_protein |
a real vector |
conditions |
the list of groups the protein belongs to |
see aov()
Thomas Burger
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.