When use enricher function or GSEA of clusterProfiler R
1
0
Entering edit mode
3.0 years ago
Will ▴ 10

Hi, what is the differences between GSEA and enricher function of the R-clusterProfiler package? For e.g. after finding a set of DE genes through an RNA analysis on count data, it should be better to use GSEA or enricher function ?

Thanks in advance

GSEA enricher genes enrichment clusterProfiler • 4.8k views
ADD COMMENT
3
Entering edit mode
3.0 years ago
h.mon 35k

enrichr() performs a hypergeometric test comparing the set of "significant" genes against the "universe" (or background) genes. GSEA() is a Komolgorov-Smirnov test on the whole ranked gene list, testing if some category (e.g., a KEGG pathway) is more abundant at the top of the list than expected by chance. GSEA is generally considered preferable, as 1) it is considered more sensitive in general, as it can detect small, but concerted expression changes, and 2) it doesn't need the somewhat subjective step of defining which are the "significant" genes.

ADD COMMENT

Login before adding your answer.

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