Wald or LR Test
1
0
Entering edit mode
Matt • 0
@a8729d69
Last seen 9 months ago
United States

I am using DESeq2 to compare control samples to samples in which gene A has been either knocked down or overexpressed. Using the Wald test to compare control vs. knockdown and control vs. overexpression, I have found genes significantly impacted by both knockdown and overexpression of gene A.

However, I have seen a second method of using the likelihood ratio test, followed by a clustering tool (degPatterns) to identify genes following a specific expression pattern (i.e., knockdown < control < overexpression). The number of significant genes I receive through this method is much higher than for the Wald test. I'm quite new to RNA-seq analysis and am wondering if one method is preferred or more reliable.

DESeq2 DifferentialExpression • 668 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 10 hours ago
United States

Check the DESeq2 vignette section on LRT.

If you have multiple groups, the LRT is a global test for differences (similar to an F test for standard linear regression) whereas the Wald tests in DESeq2 are often pairwise comparisons (similar to t test).

ADD COMMENT

Login before adding your answer.

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