I want to use heatmap.2 in R to draw a heatmap. like this: library(gplots) heatmap.2(as.matrix(data), col=redgreen(75), scale="row", key=T, keysize=1.5 ...
確定! 回上一頁