upset_updown_regulated | R Documentation |
Plot up/down-regulated genes in one diagram
upset_updown_regulated( up_list, down_list, n_intersections = 15, x_expansion = ggplot2::expansion(c(0, 0), c(0.8, 0.8)), y_expansion = ggplot2::expansion(c(0, 0.1), c(0, 0)), plot_margin = ggplot2::margin(0.5, 0.5, 0.5, 1.5, unit = "cm"), ... )
up_list |
A list of up-regulated gene sets |
down_list |
A list of down-regulated gene sets |
n_intersections |
How many intersections to show. |
y_expansion |
Expansion for y-axis, see |
plot_margin |
margin around entire plot (unit with the sizes of the top, right, bottom, and left margins) |
... |
pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.