Hello,
I am working with cummeRbund package to generate heatmap from cuffdiff output.
I tried to run heatmap with the following command in R-
h<-csHeatmap(myGenes,cluster='both')
It displays a message -
Using tracking_id, rep_name as id variables
No id variables; using all as measure variables
The gene names are very cluttered in the heatmap.
Is there a way to specify which ID's to use or change the font size in the heatmap?
Thanks,
Tejaswi
Hi Tejaswi,
I see the same message, but I also see no heatmap as the result, it is very frustrating. If you found out an answer yet, please let know!
Best,
Monika
Update: when I set
labRow=F
, then I see the heatmap. Because it skips the row labels. So I suppose my problem was not connected to the message! Not sure how to make it work withlabRow=T
though.How is the data for heatmap looks like? There could be alternative solutions to your problem: show the data sample - we would help you to plot it.