This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Significance of P value in GSEA

I am having a hard time understanding the biology behind the significance of p-value in calculating ranked gene list when doing gene sset enrichment analysis, because based on what i observe we multiply the fold change and p value to get ranked list of genesm but what significance does the p value mean.

gsea p-value

2 answers

You've just stumbled into an ongoing and sometimes heated debate between 2 main factions of statisticians. Here is a pretty good review about the subject on the relevance of p-values in biology.

However, your post doesn't ask any specific questions, so I can't comment other than saying the significance of p-values is contentious.

we multiply the fold change and p value to get ranked list

This isn't the only way to rank genes. Personally I use the stat metric from the DESeq2 results for ranking differentially expressed gene results. But there are other ways of ranking. This paper performs a bench mark of different ranking options.

Log in to answer this question.