How To Generate A Heatmap Of Go Terms/Pathways
2
2
Entering edit mode
10.9 years ago
Dataminer ★ 2.8k

Hi!

Does anyone knows how to generate heatmaps of significantly enriched pathways/GO terms?

like the one here : http://openi.nlm.nih.gov/imgs/rescaled512/3009538_1471-2105-11-S1-S64-1.png

enter image description here

Something like this, but not exactly like this ;)

note: I have list of genes, and ofcourse some kind of correlation needs to be calculated either based on number of genes enriched in each term or p-values of terms.

Thank you

enrichment heatmap r python kegg go • 9.2k views
ADD COMMENT
1
Entering edit mode

Is this a correlation plot? What do you have in your x axis? I assume, you will need samples!! Could you explain a bit more about your data?

you can also use corrplot package!!!

ADD REPLY
1
Entering edit mode
10.9 years ago

This appears to have been generated by the heatmap command in R.

What you need is a matrix of of values that list the correlation (or some other) value between any two pairs of GO terms.

ADD COMMENT
0
Entering edit mode

somehow it appears to be tricker than simple heatmap command in R. the prep of data is crucial I guess.

ADD REPLY
0
Entering edit mode

I think this is simply the choice of the color scheme that makes this plot the way it does. People often "cheat" with that, and here it the data seems to be clustered both by rows and columns with a custom color scheme. Visually there does not seem to be a reason that would justify the red lining up so well along that diagonal, but I think this is simply the cells over/under a certain value are simply plotted as the same color of green whereas there may be more variation to them.

It is a common seen (some would say misleading) choice to limit the color-scheme in a way that leads to a visually striking pattern.

ADD REPLY
0
Entering edit mode
10.9 years ago
enunvillafer ▴ 100

Use the modular enrichment analysis functionality of DAVID tool. For each identified cluster you will have a heatmap.

ADD COMMENT

Login before adding your answer.

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