Hello All,
I'm working with some metabolic data, which has the following design: Cells were grown under two Nutrient conditions separately (Nt1 & Nt2) and for four types of cells each expressing Only any of the three subtype of a particular enzyme (sub1, sub2 or sub3) the fourth cell type has all the sub types of that enzyme knocked out (KO).
So there are four cell types under two nutrient conditions and for each cell /condition combinations I've four biological replicates.
Here's an abridged example of data:
Metabolite Sub1_NT1 Sub1_NT1 Sub1_NT1 Sub1_NT1 Sub1_NT2 Sub1_NT2 Sub1_NT2 Sub1_NT2
Met1 1.46 0.93 1.57 1.14 1.16 0.52 1.71 1.52
Met2 1.16 1.11 1.09 1 0.93 0.82 0.82 0.8
The complete data for the two metabolites are available in Pastebin.
What kind of ANOVA is suitable for this study and can somebody please provide any R code snippet to do that?
Thanks