Gene set enrichment analysis
1
0
Entering edit mode
aogunbaw • 0
@17490ccc
Last seen 10 weeks ago
United States

Hello,

I am trying to do a geneset enrichment analysis using gseGO in Clusterprofiler. However, I only have the entrez gene ID and gene name.

Is it possible to run a gene set enrichment analysis with just the gene ID information without having a log2FC for my geneList?


# what the code is supposed to look like for the enrichment 
#However I only have the geneID information, for the geneList and this wouldn't run.

ego3 <- gseGO(geneList = geneList, OrgDb = org.Hs.eg.db, ont = "CC", minGSSize = 100, maxGSSize = 500, pvalueCutoff = 0.05, verbose = FALSE) ```

clusterProfiler GeneSetEnrichment • 371 views
ADD COMMENT
0
Entering edit mode
Guido Hooiveld ★ 4.0k
@guido-hooiveld-2020
Last seen 9 hours ago
Wageningen University, Wageningen, the …

No, that is not possible. The idea of gene set enrichment analysis (GSEA) is that it checks which gene sets (pathways, GO categories) are enriched at the top, or bottom, of a ranked list of input genes.

I don't know your use case, but if your genes have been selected on e.g. a significance cutoff, then you could consider performing an over-representation analysis (ORA) (hrough the function enrichGO()). See e.g. for more on this here: https://yulab-smu.top/biomedical-knowledge-mining-book/enrichment-overview.html (section 5.2 and 5.3).

ADD COMMENT

Login before adding your answer.

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