Make group nodes for categorical data

make_group_nodes(anno, group_by, value_col, xpos = NULL)

Arguments

anno

sample annotations

group_by

which columns of anno to use for sample grouping (should be at least 2). Group must have "_id", "_label", "_color" columns.

Examples