col.abs | R Documentation |
c(0,1-quant)
.Color scale for a specified quantile. This scale is intended for heatmaps containing only positive values, so the range is set to c(0,1-quant)
.
col.abs(x, quant = 0.05, cols = c("white", "black"))
x |
A numeric matrix or vector. |
quant |
The quantile to be used as the upper limit. |
cols |
The colors used for the color scale. |
A colorRamp2
scale which can be passed to Heatmap()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.