I tried using CummeRbund but it doesn't give 2d- heatmaps with dendograms on both sides
• 0 views
•
link
I have two samples and each has biological replicates. I have run Cufflinks, cuffcompare, and then cuffdiff on it. How do I draw a 2d-heatmap from the cuffdiff or cufflinks output?
I would like to use R for it. Any suggestions?
You can try "pheatmap" package in R for drawing heatmap.
Check out this post,
You could try using CummeRbund which sits well with cuffdiff data and has one line commands to plot heat maps.
I tried using CummeRbund but it doesn't give 2d- heatmaps with dendograms on both sides
Look at gplots package in R. Another tutorial http://sebastianraschka.com/Articles/heatmaps_in_r.html
Log in to answer this question.
Basically you need to get the FPKM values from cufflinks/cuffdiff in the form of a table/matrix for each sample and replicates. Then you could feed these values to R programs ( e.g ) or cluster3.0