Entering edit mode
2.3 years ago
estafana.t98
•
0
I have been reading about GSEA and functional enrichment, and I am confused about how to do GSEA. I know that there is a software, but R packages like clusterProfiler and gprofiler2 also let us do the GSEA analysis. So, what is the difference between these and how do we decide if we want to do the enrichment on the software or on R?
Thanks!
To be clear, there are two different classes of enrichment test that are in frequent use. These are Over-representation analysis (ORA) and functional class scoring (FCS). GSEA is the stereotypical FCS software, while clusterProfiler and gprofiler2 are best known for ORA tests. I see that clusterprofiler now supports an FCS test which is great (link).
One thing that should be noted is that these enrichment tests make the statistical assumption that genes measurements are independent, whereas in fact they are mostly correlated.
Okay great! Thank you so much