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?
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.
Look at gplots package in R. Another tutorial http://sebastianraschka.com/Articles/heatmaps_in_r.html
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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