What are the major differences in the computation of DE genes between deseq2 and limma?
1
1
Entering edit mode
6.7 years ago
sbrown669 ▴ 20

Other than Limma being designed for microarray analysis, I'm not sure I have grasped the major differences in how they compute differential expression.

Also, how does this manifest in the gene calls? Is one more stringent?

limma deseq2 differential expression RNA-Seq R • 2.3k views
ADD COMMENT
2
Entering edit mode
6.7 years ago

This is not a comprehensive answer but, in a nutshell, I could say the following about each:

Limma (as it was/is used for microarrays):

After background correction, quantile normalisation, and log base 2 transformation, limma fits a linear model to your data and then performs statistical comparisons via linear regression

DESeq for RNA-seq

DESeq2 performs a 'geometric normalisation' and then comparisons are generally conducted using the Wald test. DESeq2 also allows you to transform your normalised counts using a regularised log transformation, which deals with transcripts of low counts, or a variance-stabilised transformation, which deals with the high variability of low/high counts that you get from RNA-seq data.

ADD COMMENT

Login before adding your answer.

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