How to Load a Molecular Signature Database into clusterProfiler gseGO?
0
2
Entering edit mode
9 months ago

I am using gseGO this way:

gse <- gseGO(geneList=gene_list, 
         ont ="ALL", 
         minGSSize = 3, 
         maxGSSize = 800, 
         pvalueCutoff = 0.05, 
         verbose = TRUE, 
         OrgDb = org.Hs.eg.db, 
         pAdjustMethod = "fdr")

Let's say I want to analyze against a molecular signature on https://www.gsea-msigdb.org/gsea/msigdb/index.jsp. How can I pass this to gseGO? I have tried downloading one of them, reading the read.gmt file and passing as OrgDb.

ClusterProfiler RNA-seq GSEA • 566 views
ADD COMMENT
2
Entering edit mode

I think gseGO uses a pre-built database for the enrichment analysis.

You can use the fgsea package for the geneset enrichment analysis against custom OR mSigDb genesets.

ADD REPLY

Login before adding your answer.

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