Making plots for enrichment and KEGG results
3
0
Entering edit mode
3.1 years ago

Hello everyone, With the clusterProfiler package implemented in R, I made gene ontology analysis with enrichGO function and KEGG analysis with enrichKEGG function. Gene ontology I used for my gene list was "ALL". I need to make a plot for both of the analysis but I couldn't find the right commands for them. Is there anybody who can help? Sorry for inconvenience, thank you. Mervenur

R gene • 2.0k views
ADD COMMENT
1
Entering edit mode
3.1 years ago

You are forgiven, clusterProfiler isn't the easiest (collection of) package(s) to get acquainted with. To be fair, though, most of what you'll need is somewhere in this book As you can see in the figure on the starting page, you should be able to use cnetplot(), heatplot(), emapplot() and so on with the output of enrichXXX()

ADD COMMENT
1
Entering edit mode
3.1 years ago

I suggest you to review the vignete of clusterProfiler in order to have a detailed explanation for plotting the output of ORA from enrichGO and enrichKEGG. Also, for a complementary example with code employed for ORA in clusterProfiler visit this page. You will find there the best plots to represent your results.

ADD COMMENT
0
Entering edit mode
3.1 years ago
halo22 ▴ 300

As long as you have the correct data-structure (dataframe or matrix) you should be able to produce any plot with help of different R libraries. You don't need to use clusterProfiler if you find it difficult to work with.

ADD COMMENT

Login before adding your answer.

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