How to select a specific onthology after runing enrichGO for all 3 onthology
0
0
Entering edit mode
MAP • 0
@map-16849
Last seen 5.6 years ago

Hi all,

I have run a GO enrichment analysis using enrichGO() for all 3 onthologies at once:

analysis <- enrichGO(gene = names_down_uniprot, OrgDb = "org.Mm.eg.db",
   keyType = "UNIPROT", ont = "ALL", pvalueCutoff = 0.05,
   pAdjustMethod = "fdr", universe = background_uniprot, qvalueCutoff = 0.25,
   minGSSize = 10, maxGSSize = 500, readable = FALSE, pool = FALSE)

The result looks good and as expected.

Do anyone now how to subset this results for a specific onthology? My idea is to represent graphically (using  barplot, cnetplot, etc) only one of of them (in particular BP).

Thanks in advance,

Miguel

 

enrichGO clusterprofiler • 1.7k views
ADD COMMENT
0
Entering edit mode

I don't think clusterProfiler has that functionality. Why not just run the `enrichGO` for each ontology category?

ADD REPLY
0
Entering edit mode

Thanks for your reply emilliman4.

I am actually doing what you suggested, but the option I was looking for could simplify a lot my workflow.

It would be great if they can include this option in future updates. 

ADD REPLY

Login before adding your answer.

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