How to change heatmap.2 color range in R?

前端 未结 4 946
小蘑菇
小蘑菇 2020-12-23 12:21

I\'m using gplot to produce a heatmap showing log2-fold changes of a treatment groups versus paired controls. With the following code:

 heatmap.2(as.matrix(S         


        
4条回答
  •  既然无缘
    2020-12-23 13:05

    I think you need to set symbreaks = FALSE That should allow for asymmetrical color scales.

提交回复
热议问题