1 | # 清除当前环境中的变量 |
1 | # 读取测试数据 |
1 | ## Stage1_R1 Stage1_R2 Stage2_R1 Stage2_R2 Stage3_R1 |
1 | # 使用pheatmap绘制基因表达热图,并进行层次聚类分成不同的cluster |
1 | # 获取聚类后的基因顺序 |
1 | ## Stage1_R1 Stage1_R2 Stage2_R1 Stage2_R2 Stage3_R1 Stage3_R2 |
1 | # 查看聚类后cluster的基本信息 |
1 | ## [1] 6 2 5 3 4 1 |
1 | table(newOrder$Cluster) |
1 | ## |
1 | # 将新排序后的数据保存输出 |
1 | # 绘制每个cluster的基因聚类趋势图 |
1 | ## Stage1_R1 Stage1_R2 Stage2_R1 Stage2_R2 Stage3_R1 Stage3_R2 |
1 | library(reshape2) |
1 | ## Using Cluster, gene as id variables |
1 | head(data_new) |
1 | ## Cluster gene variable value |
1 | # 绘制基因表达趋势折线图 |
1 | sessionInfo() |
1 | ## R version 3.6.0 (2019-04-26) |
本文出自于http://www.bioinfomics.top转载请注明出处 !