Tool to perform GSEA on mapped genes
2
0
Entering edit mode
4.9 years ago

Hi,

I have a set of genes along with their respective GOs. Anyone can suggest me a tool or package to perform a gene set enrichment analysis (GSEA) on a subset of these genes that are ranked according to their p-values? Please suggest freely available software (not like blast2GO). I know I can do a singular enrichment analysis (SEA) by doing a Fisher exact test in R. I want to include their significance as well.

Thanks!

Tool to perform GSEA on mapped genes • 1.5k views
ADD COMMENT
0
Entering edit mode

Thank you! The organism is not a model organism, and it is not available in any databases that these tools use. The genes are just predicted genes and their names are not available in databases. I just need software that performs the statistical test on my data, suppose I have 5 genes as a population:

gene1 ----> GO1

gene2 ----> GO2

gene3 ----> GO3,GO2

gene4 ----> GO4

gene5 ----> GO5

I have two genes as significant genes with their p-value:

gene2 ----> 0.001

gene3 ----> 0.0001

I just want to find out which GOs are enriched among gene2 and gene3 by GSEA algorithm, I already have my GOs and I do not need to obtain them again.

ADD REPLY
0
Entering edit mode

If you have a .gmt file with gene sets or GO terms then you can run fGSEA, you just need to specify the input, it doesn't need to be from MSigDB, you can generate your own and run it. If you don't have a .gmt file then how are you defining GO terms or gene sets to begin with?

ADD REPLY
1
Entering edit mode
4.9 years ago
EagleEye 7.5k

If you have list of genes, try Gene Set Clustering based on Functional annotation (GeneSCF)

ADD COMMENT
1
Entering edit mode
4.9 years ago
shawn.w.foley ★ 1.3k

I've had good experience with fGSEA through bioconductor (stands for fast GSEA). It's recommended that you use the t-statistic as opposed to the p-value, as this will give you directional information as well (up- vs downregulated genes).

ADD COMMENT

Login before adding your answer.

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