mapViridis {gprofiler2} | R Documentation |
Map vector of numeric values to Viridis color scale.
Description
Map vector of numeric values to Viridis color scale.
Usage
mapViridis(values, domain_min = 0, domain_max = 50, n = 256)
Arguments
values |
vector of numeric values (mostly -log10(p-values)) |
domain_min |
numeric value that corresponds to the 'yellow' in the color scale |
domain_max |
numeric value that corresponds to the 'dark blue' in the color scale |
n |
number of bins to generate from the color scale |
Value
The output is a corresponding vector of colors from the Viridis color scale with domain in range(domain_min, domain_max).
Author(s)
Liis Kolberg <liis.kolberg@ut.ee>
[Package gprofiler2 version 0.2.3 Index]