here is my script:
heatmap.2(
as.matrix(data[,2:7]),
trace="none",
dendrogram="row",
cexRow=0.5, cexCol=0.95,
)
The gene names appear as numbers as I excluded the first column that contains gene names. How can I replace the numbering by gene names?
Many thanks