Skip to contents

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_score object.

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().

Value

A ggplot object.