color_list_to_df {proBatch}R Documentation

Color list to data frame

Description

Turn color list to df (to use in the hierarchical clustering)

Usage

color_list_to_df(color_list, sample_annotation, sample_id_col = "FullRunName")

Arguments

color_list

list of colors

sample_annotation

factor-based configuration of the sample annotation

Value

a data frame representation of the input color list


[Package proBatch version 1.10.0 Index]