Render the pairwise enrichment lollipop chart
Source:R/render-enrichment-lollipop.R
render_enrichment_lollipop.RdSame data and significance scheme as [render_enrichment_bar()] but as a
stem-and-dot plot: a vertical line rises from the baseline to the metric
value, capped by a filled circle whose radius scales with
sqrt(intersection / max_intersection) (range 2.5–8 px).
Usage
render_enrichment_lollipop(
result,
metric = c("neglog10fdr", "foldEnrichment"),
width = 560L,
height = 240L
)