Diference between Co-expressed gene-set enrichment analysis (COGENA) and gene-set enrichment analysis?
1
0
Entering edit mode
12 months ago

Hello everybody, I have a doubt about which of these methods is better to have a gen ontology and pathway analysis. What I understand is that I can do a gen ontology and pathway analysis only having the names of the deregulated genes, but gene-set enrichment analysis takes into account information about foldchange, but I'm not sure what is the difference with Co-expressed gene-set enrichment analysis (COGENA). Which of these methods is better to do a gen ontology and pathway analysis? I will appreciate it if somebody could recommend me some R packages to apply them. Thanks!

gen ontology COGENA pathway • 475 views
ADD COMMENT
1
Entering edit mode
12 months ago
LChart 3.9k

COGENA applies a clustering method to the expression data to define gene modules, and these modules are tested for enrichment. I'm not sure precisely its workflow, but you can imagine doing one of the following manually:

  1. Subset to DE genes; cluster; perform GO/GSEA on clusters

  2. Cluster genes, perform cluster enrichment for DE genes, perform GO/GSEA on enriched clusters

  3. Cluster genes, perform cluster DE analysis (eigengene, mean expression, GSVA), perform GO/GSEA on DE clusters

and whatever variations you have. The question of which approach is "best" is ill-defined; and my preference is generally to combine baseline GSEA with GSVA and post-hoc gene clustering for a multi-faceted view of the data.

ADD COMMENT

Login before adding your answer.

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