ggplot2 heatmap. 数据依然来自于上一节的数据. library("reshape2") library("ggplot2") # 准备ggplt2所需要的数据格式mat_ht_gg <- melt(t(mat_ht_z)) # 作图HT1 ...
確定! 回上一頁