Dot + bar summary plot for signature groups
Usage
plot_dot_bar(
score,
by,
threshold = 0,
signature = NULL,
color_palette = "gleam_continuous",
theme_params = list()
)Arguments
- score
gleam_scoreobject.- by
Grouping metadata columns.
- threshold
Threshold for active fraction.
- signature
Optional signature filter.
- color_palette
Continuous palette for mean score.
- theme_params
Optional list passed to
gleam_theme().