使用pheatmap包繪製熱圖

加載所需R包 library(pheatmap) 設置工做路徑 setwd("/Users/Davey/Desktop/VennDiagram/") # 清除當前環境中的變量 rm(list=ls()) 構建測試數據集 test = matrix(rnorm(200), 20, 10) test[1:10, seq(1, 10, 2)] = test[1:10, seq(1, 10, 2)] +
相關文章
相關標籤/搜索