I want to plot heatmap in pheatmap , i can make the plot but I have issues showing the names in the plot the gene ID or annotation , i read the manual but its confusing can anyone show me how to overcome this problem
GENE Value1 Value 2
DDX11L1 3.87765e-02 4.07321e-02
AL627309.2` 3.06198e-02 0.00000e+00
RP11-34P13.9 0.00000e+00 2.12375e-03
OR4F29 0.00000e+004 .84229e-05
This is my data ,small data set how i want to put the names of gene in my heatmap ....any help would be appreciated
Can you post your code for plotting heatmap? So that people here can check what is missing.
Well I just used it to plot the heatmap only containing the values column
"pheatmap(data.matrix(p1.matrix), cluster_rows=T,cluster_cols=T, scale="column", col=colors)"
this is my basic sample code its just i converted my data frame into data matrix excluding the gene name ..