DESeq2 ratio of small p-values plot
1
0
Entering edit mode
Nancy ▴ 10
@nancy-14435
Last seen 5.2 years ago

While analyzing RNA-seq data for differentially expressed genes, I was wondering if it would be appropriate to use the "ratio of small p values vs mean normalized count" diagnostic plot, to decide upon a cutoff of counts to consider as "minimum counts" to shortlist genes for further analysis.

Additionally, I was not able to understand, exactly what ratio is computed on the Y axis as "Ratio of small p-values", I understand that a certain small p-value cutoff (like 0.05?) is considered, and, counts are averaged for all rows below that p-value cutoff, but what exactly is the ratio computed from?

Thanks

 

deseq2 diagnostic plots • 686 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 1 day ago
United States

This is what DESeq2 does internally (finds a cutoff to reduce the multiple testing burden, then applies BH procedure to the gene passing the filter), see this section:

https://bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#independent-filtering-and-multiple-testing

You may also be interested in the more rigorous method, IHW, which can be easily called from DESeq2:

https://bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#independent-hypothesis-weighting

ADD COMMENT

Login before adding your answer.

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