Skip to contents

Plots a palette strip for each group column stored in moo@analyses$colors, stacked vertically. Each strip shows the assigned hex colors and their codes.

Usage

display_colors(moo)

Arguments

moo

A multiOmicDataSet object (see create_multiOmicDataSet_from_dataframes()).

Value

A patchwork of ggplot2::ggplot objects, one per group column in moo@analyses$colors.

Examples

moo <- create_multiOmicDataSet_from_dataframes(nidap_sample_metadata, nidap_raw_counts)
display_colors(moo)