How does FDRtool work?
0
1
Entering edit mode
2.9 years ago
emmagervide ▴ 10

I have a question about using FDRtool. In the below code (on RNA seq data whose p values were acquired using Deseq2), the FDRtool was first used and thereafter p.adjust using the benjamini hochberg method. Dont they both correct for false discovery rate? Why do you need to run p.adjust after using fdrtool?

FDR.ddsRes <- fdrtool(ddsRes$stat, statistic= "normal", plot = T) ddsRes[,"padj"] <- p.adjust(FDR.ddsRes$pval, method = "BH")

Thanks!!

rnaseq fdrtool deseq2 r pvalue • 652 views
ADD COMMENT

Login before adding your answer.

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