View source: R/general_bioinfo.R
get_upset_intersects | R Documentation |
Get intersects of upset plot.
get_upset_intersects(upset_data, upset_plot)
upset_data |
a list |
upset_plot |
an output of |
a tbl
## Not run:
set.seed(123)
x <- list(A = sample(1:5, 10, replace = TRUE) , B = sample(1:5, 10, replace = TRUE) , c = sample(1:10, 10, replace = TRUE))
us <- UpSetR::upset(UpSetR::fromList(x))
get_upset_intersects(x , us )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.