One-sided p-value from DESeq2
1
0
Entering edit mode
t.kuilman ▴ 170
@tkuilman-6868
Last seen 23 months ago
Netherlands

For downstream analysis using a modified version of Robust Rank Aggregation (alpha-RRA; Li, et al. Genome Biology 2014), I would like to obtain one-tailed p-values from a standard DESeq2 analysis using a Wald test (rather than the two-tailed p-values that are represented in a 'DESeqResults' object). Can this be done from a 'DESeqDataSet' or a 'DESeqResults' object using DESeq2, and if so what steps should I take to do that?

Thanks, Thomas

DESeq2 nbinomWaldTest one-sided p-value • 2.0k views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 14 hours ago
United States

See the vignette section on threshold tests. You would set lfcThreshold to 0 and specify the alternative as less than or greater than.

ADD COMMENT
0
Entering edit mode

Fantastic, that's right what I need. Thanks for your quick reply; I should have spotted the altHypothesis argument of the results() function but apparently read past that.

ADD REPLY

Login before adding your answer.

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