安装R包install.packages("pheatmap") ## 加载R包library("pheatmap") ## 输入文件exp <- read.table("input.txt",sep="\t",header=T,row.names = 1) ...
確定! 回上一頁