What is difference between classic and GLM edgeR
1
1
Entering edit mode
@adrianna-christina-7353
Last seen 9.1 years ago
Australia

Hi,

I have a RNA-seq experiment data and I want to extract differentially expressed miRNAs for the data. The data is from two groups(cell type1 and cell type 2; both have biological duplicates) and I want to know which miRNAs are differentially expressed between these two groups.

Which approach of edgeR should I use?

The classic one with exactTest function or the GLM approach. What's the difference between the exactTest and GLM results?

 

Thank you for your reply 

r edger de • 8.1k views
ADD COMMENT
0
Entering edit mode

Thanks a lot James and Aaron!!


 

ADD REPLY
2
Entering edit mode
@james-w-macdonald-5106
Last seen 5 hours ago
United States

The edgeR User's manual describes the differences between the two tests, in a relatively heuristic manner, starting on page 5:

http://bioconductor.org/packages/release/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf

But the take-home message is that you should use exactTest() if you only have two groups, and fit a GLM if you have a more complicated design.

ADD COMMENT
3
Entering edit mode

Of course, the GLM approach will work just fine with the two-group design. Even though exactTest works for such designs, using GLMs has the benefit of allowing access to other functionality within edgeR, e.g., quasi-likelihood methods, fold change testing with TREAT. I generally use the GLM approach as my default, as it means I can avoid having to change my analysis pipeline for new datasets and designs.

ADD REPLY

Login before adding your answer.

Traffic: 931 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