Dot size represents fraction of cells above threshold, and dot color represents mean signature score.
Usage
plot_dot(
score,
by,
threshold = 0,
palette = "gleam_continuous",
theme_params = list()
)Arguments
- score
gleam_scoreobject.- by
Grouping metadata columns.
- threshold
Threshold for active fraction.
- palette
Continuous palette name or custom colors.
- theme_params
Optional list passed to
gleam_theme().