edgeR complex nested experiment
1
0
Entering edit mode
@joannalkelley-7683
Last seen 5.6 years ago
United States

Hi everyone, I'm looking at the example of a complex experimental design on the most recent (April 2015) on page 36
The example states "To find genes that respond to the hormone in any disease group:"
> lrt <- glmLRT(fit, coef=10:12)
> topTags(lrt)

I'm interested in identifying the genes that respond to hormone in all disease groups. How is the glm constructed to identify genes that respond in all disease groups?

Thank you!

edgeR • 778 views
ADD COMMENT
1
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen just now
The city by the bay

To do that, you'll have to test for an effect in each disease group, i.e., by dropping each coefficient individually. This will give you three sets of DE genes. You can intersect them to find the common set of genes that respond in all of the three disease groups (you might want to select by the sign of the log-fold change first, to ensure that you're picking genes that respond in the same manner in each group). I don't think it's possible to construct a GLM contrast for a composite null hypothesis.

ADD COMMENT

Login before adding your answer.

Traffic: 513 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6