How to Load a Molecular Signature Database into clusterProfiler gseGO?
1
0
Entering edit mode
@200b7413
Last seen 7 months ago
Portugal

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.

And if I would like to analyze the Glycolysis in particular how would I do?

gseGO GeneSet clusterProfiler GeneSetEnrichment • 789 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 1 day ago
United States

This is covered in the vignette.

Login before adding your answer.

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