which genes are up-down regulated from Anova?
Hi,
Is there any way to understand which genes are up or down regulated just from Anova or from linear model coefficients?
Thanks in advance
• 2,214 views
•
link
1 answer
Typically you want to know which ones are significantly up/down regulated, so you'd use an adjusted p-value in addition to the fit coefficient. In principle the fit coefficient and its confidence intervals are pretty telling, though (note that it's difficult to take multiple testing into account with this).
• 0 views
•
link
Log in to answer this question.
Thank you Mr. Devon,
I m really wondering if I can understand up or down regulated genes from Anova coefficients just like the following. Is that coef(lv) result giving any hint for regulated genes?
Of course, the coefficients tell you direction and magnitude of change. However, those all come with noise, which is why you also need to use the p-values.
Okay, I got p values and also I used bonferroni method. Then, what should I do ?