.piarwise_upset | R Documentation |
This function called from plot_deg_upsets()
.
.piarwise_upset(
x,
sample_comparison,
color_up = "#b30000",
color_down = "#006d2c",
...
)
x |
an abject of class "parcutils". This is an output of the function |
sample_comparison |
a character vector of length 2 denoting sample comparisons between upset plot to be generated. |
color_up |
a character string denoting a valid color code for bars in upset plot for up regulated genes. |
color_down |
a character string denoting a valid color code for bars in upset plot for down regulated genes. |
... |
other arguments to be passed to |
an object of named list where each element is a list of two - 1) an upset plots UpSetR::upset()
and their intersections in form of tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.