Combine Interactive Pathway Dot Plot and Volcano Plot
pathway_volcano(
p1,
p2,
widths = c(1, 1),
trigger = c("click", "hover"),
hover_css = "stroke:red;stroke-width:2px;",
hover_inv_css = "opacity:0.15;",
tooltip_css =
"background:#fff;color:#000;border:1px solid #999;padding:6px;border-radius:4px;",
non_selected_color = "#BDBDBD",
non_selected_opacity = 0.25,
label_follow = TRUE,
...
)a girafe object
interactive dot plot (from idotplot)
interactive volcano plot (from ivolcano)
relative widths of the two plots, default is c(1, 1)
interaction trigger, one of "click" or "hover"
css for hovered elements
css for non-hovered elements
css for tooltip
color for non-selected volcano points
opacity for non-selected volcano points
whether volcano labels follow pathway selection
additional parameters passed to ggiraph::girafe
Guangchuang Yu