mapViridis: Map vector of numeric values to Viridis color scale.

View source: R/gprofiler2.R

mapViridisR 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>


gprofiler2 documentation built on July 9, 2023, 6:06 p.m.