gene set enrichment in clusterprofiler
3
1
Entering edit mode
2.2 years ago

Hello everyone

I would like to do functional gene set enrichment analysis in clusterProfiler via gseGO and gseKEGG. These function needs a list of genes, which I'm planning to rank by log fold change. Should the gene list contain all genes, or should it just contain genes below a significance cut off (e.g. padj < 0.05)?

I would appreciate all the suggestions

clusterprofiler gene enrichment analysis set • 1.6k views
ADD COMMENT
3
Entering edit mode

Its common to set only the significant genes (padj < 0.05) and separate them between upregulated and downpregulated genes (logFC >1.0 or logFC <-1.0)

ADD REPLY
2
Entering edit mode
2.2 years ago
gglim ▴ 140

You should use all the expressed genes as the input of GSEA. That's difference between normal DA (differential analysis) and GSEA.

ADD COMMENT
0
Entering edit mode
2.2 years ago
cvenkat95 ▴ 10

I would suggest you try both, and compare the results. Processing for pathway analysis does not take much time anyway.

ADD COMMENT
0
Entering edit mode
2.2 years ago

My previous answer was due to a misunderstanding, so I deleted it to avoid possible mistakes. It would be best to use all of the genes in the dataset as the input of GSEA analysis. The GSEA analysis contains DE analysis by itself.

ADD COMMENT

Login before adding your answer.

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