Even in ComplexHeatmap package, when I use the
colorRamp2(c(-3,3,9,15), c(“red”,”yellow”,”green”,”blue”))
The color range is still getting divided in the heatmap automatically to 15,10,5,0,-5. I basically want to see only the values (-3,3,9,15) in the color range bar.