This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Removal of genes that fail independent filtering in deseq2 for fGSEA

Hi,

Does anyone know if you should remove the genes that fail independent filtering in deseq2 (I.e have NA padj values). I've read discussion around its purpose for deseq2 but I'm not sure how these genes should be treated when performing GSEA.

Removal of these genes before running fGSEA tends to result in finding more pathways (and higher padj values) which aligns with the idea of having higher power. However I want to make sure using this approach is valid.

Thank you.

filtering padj fgsea independent deseq2 na

1 answer

Yes. Independent filtering is a methodology to improve F1 score by removing genes with low variance, mean expression, dispersion, or other noise surrogate. Genes that are removed by IF should be regarded as "not effectively profiled" and ignored in downstream analysis.

Log in to answer this question.