Skip to content
Prev 78335 / 398502 Next

heatmap ordered list

Hi,
another problem on heatmaps... after generating the graph with

myBlRd <- colorRampPalette(c("blue", "red"))
heatmap(dataHeat[Top100, ], col=myBlRd(15))

i need to retrieve the row names' list ordered by the dendrogram.
I tried with   "rownames(data)[Top100]"   but the list is not ordered 
(as i can see in the generated picture). Any tips?

Tnx
AZ