This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GSEA with mouse RNAseq data

Hi everyone,

I have had RNAseq performed on mouse samples (12 samples, 4 groups) and have the results ready to plug into Gene Set Enrichment Analysis (GSEA) software.

I notice that there are plenty of human gene sets available on MSigDB, but not many for mouse. I would like to run GSEA with 6 signalling pathway gene sets, but the only ones I can find are for human. Does anyone know if the human signalling pathways are exactly the same as mouse signalling pathways? Or is there a mouse database that I can go onto to download mouse specific signalling pathway gene sets?

Thank you in advance!

Alex

rna-seq

3 answers

We created a mouse version of the MSigDB, available from http://bioinf.wehi.edu.au/MSigDB/

Our version is designed for use with R so the gene sets are provided as native R objects.

Why don't you provide them in ".gmt" format for direct download/load on GSEA?

It works just as well as they are. You can easily output the data objects in GMT format, if you wish.

You can use webgestalt, it has a list of organisms (including mouse)

Another answer: you can retrieve these gene sets automatically via msigdbr, too: https://cran.r-project.org/web/packages/msigdbr/vignettes/msigdbr-intro.html

Kevin

Log in to answer this question.