cytomapper
cytomapper copied to clipboard
Setting custom breaks in colour parameter
Currently, the colour breaks during plotting using plotPixels and plotCells are set to the minimum and maximum.
Similar to the function circlize::colorRamp2 , it would be great if the colour breaks could be set manually.
Example: colorRamp2(breaks = c(-2, 0, 2), colors = c("blue", "white", "red"))