Ashr and IHW
1
0
Entering edit mode
Bex • 0
@fa3421e0
Last seen 2.3 years ago
United Kingdom

Hi,

I'm carrying out DEA on a multifactorial design with 4 factors (sex (m/f), method (A/B), cat_group (AA/BB) and month(J/F/M) with cat_group being the focus of the contrast and and used last in the design dds <- DESeqDataSetFromMatrix(countData = countsall, colData = coldata, design = ~ sex+month+method+cat)

I've used the default wald test and am applying ashr for LFCshrink which I think is the correct method, however I have previously used IHW for multiple testing correction, but it gives me an error message when I try and run this as filterFun when also running ahsr for shrinking values - is there a way of using both please? Or what is used for multiple testing correction otherwise when running with ashr?

Many thanks, B

Ashr LFCShrinkage IHW DESeq2 • 994 views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 1 day ago
United States

hi,

IHW and ashr don't really mix. IHW is for adjustment of p-values -- which you would get from results(dds), whereas ashr is a Bayesian method for shrinking effect sizes and providing s-values. s-values are like adjusted p-values but provide a bound on the probability of wrong sign among the thresholded set.

What I've done before with scientists that prefer FDR sets (e.g. DESeq -> results with IHW), is to just compute the posterior fold changes for all genes and provide that as an additional column. These are still useful for ranking and visualization, even if you don't use the s-values to define the set of interest.

ADD COMMENT
0
Entering edit mode

Hi,

Sorry for the delay I have been on annual leave - this is exactly what I ended up doing before xmas! So is good to know I did the advised method, thank you :)

ADD REPLY

Login before adding your answer.

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