Entering edit mode
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
Fantastic, that's right what I need. Thanks for your quick reply; I should have spotted the
altHypothesis
argument of theresults()
function but apparently read past that.