River plot bokeh

build_river_plot_bokeh(anno, group_by, pad = 0.1, fill_group = NULL)

Arguments

anno

The sample annotations to use. Must have _id, _label, and _color columns for each grouping.

group_by

The bases to use for the river plot, from left to right.

pad

The fraction of vertical space to use as padding between groups. Default = 0.1.

fill_group

One group to use as a source for ribbon colors. Default is NULL.

Value

an interactive rbokeh plot object.