Hello Biostars, Can anyone tell me how to prepare input data set for GSEA after Differential Gene Expression Analysis by DESeq2? How will I rank the genes? Should I rank based on log2FC or Adjusted P value? Is there any way to generate a GSEA ready data directly from DESeq2?. I was using topGo for gene ontology enrichment analysis before and recently came across GSEA. Which one is better GO enrichment analysis or GSEA? Even after going through the papers I couldn't find a significant difference between above two.
Thank you
I like DESeq2. It would be great to have in the future something like ROAST/CAMERA/GSEA in DESeq2 too!
HI Sreeraj,
I don't know what is your model organism. For humans, mouse, drosophila and similar stuff, I guess it's easy because you can use online available databases and ensemble annotations. I participated in one online course about RNAseq data analysis on HUMAN data so I can share what I learned if it's helpful for you. It's just that I still didn't try that on my own data but here's what I know.
For GSEA - Initially you install these stuff in R:
And then you can repeat for downregulated.
Hope this helps.
Lada
Just a comment, this is not really a gene set enrichment analysis. Rather an over-representation test.