Skip to contents

Generates a Bubble plot of enrichment results, with options to split by regulation

Usage

plotBubbleplot(
  input,
  plot_colors = list(up = c("#ececec", "#e17ecd", "#7900d5"), down = c("#ececec",
    "#41B7C4", "#2A5783"), default = c("#ececec", "#41B7C4", "#2A5783"))
)

Arguments

input

A data frame containing enrichment results with columns Cluster_Annotation, condition, pval_pooled, and optionally terms_per_cluster.

plot_colors

List. A named list of color palettes for the heatmap. Should contain up, down, and default.

Value

A ggplot object