美文网首页绝世美图
【傻瓜美图】pheatmap

【傻瓜美图】pheatmap

作者: pudding815 | 来源:发表于2023-04-12 13:44 被阅读0次

    数据整理为下面这种格式


    数据格式
    pheatmap::pheatmap(t(scale(t(test))),
                       border_color = NA,
                       cluster_cols = F,
                       clustering_method = 'ward.D2',
                       color = scales::alpha(rev(colorRampPalette(RColorBrewer::brewer.pal(8,"RdBu"),alpha=T,bias=1)(256)),alpha = 1),
                       angle_col = '315',
                       show_rownames = F,
                       annotation_colors = cols,
                       breaks = unique(c(seq(-1.5,1.5, length=256))),
                       main = 'All.DEG.TPM',
                       legend_breaks = c(-1.5,0,1.5),
                       fontsize = 10)
    
    image.png

    相关文章

      网友评论

        本文标题:【傻瓜美图】pheatmap

        本文链接:https://www.haomeiwen.com/subject/ytqoddtx.html