library(pheatmap)
top_de_exp <- read.delim("wwh.heatmap.txt", header = TRUE, row.names = 1)
pheatmap(top_de_exp,
scale = "row",
color = colorRampPalette(c("#1569C7", "white", "#8e0303"))(200),
cutree_rows = 2,
fontsize_row = 12,
fontsize_col = 16,
show_rownames = TRUE
)
本文由mdnice多平台发布
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。