Skip to content

The color palette of official SomaLogic sex/gender colors:

SexColorHex-color
femaleyellow"#FF8B04"
malegreen"#14753D"

Usage

palette_soma_gender(n = 8)

scale_color_soma_gender(...)

scale_fill_soma_gender(...)

Arguments

n

number of colors. This palette is set to the soma_colors2 object, which is currently 8 elements in length, but with the elements reordered. The palette is recycled as necessary.

...

Arguments passed to ggplot2::discrete_scale(), ggplot2::scale_fill_gradient(), or ggplot2::scale_color_gradient().

Functions

  • scale_color_soma_gender(): color discrete scale to use for sex/gender.

  • scale_fill_soma_gender(): fill discrete scale to use for sex/gender.

See also