Skip to content
Snippets Groups Projects
Commit 2ffcd20c authored by Viktoria Petrova's avatar Viktoria Petrova
Browse files

add ANOVA analysis assay and protocol

parent 11238617
No related branches found
No related tags found
1 merge request!2Viktoria dm ceplas
Pipeline #5104 passed
File added
## ANOVA for differential enrichment of metabolites
We applied the python package *statsmodels* (Seabold, S. and Perktold, J., 2010) to perform two-way analysis of variance (ANOVA) (Girden, E., 1992). For a particular metabolite, we collected its mass spectrometry relative response in the WT or in sweet knockouts (line: WT vs. SWEET), and at different segments of the root (region: 2cm vs. 4cm vs. 6cm vs. whole). We fit a model that decomposes the relative response of the metabolite as a combination of line-specific and region-specific factors; this model is described by the following string in the code: *‘relativeResponse ∼ Line + Region'* and calculates a *P*-value for *Line* and one for *Region*. Using the *P*-value cutoff of 0.05 for *Line* (and *Region*), we determined the relative response of the metabolite to change significantly with *Line* (*Region*) if *P* <0.05.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment