View source: R/UpSetR_functions.R
get_single_UpSet_plot | R Documentation |
Get information of the unique items in a given intersect
get_single_UpSet_plot(data_set, set2test)
data_set |
Matrix containing information for each set and item. Created from: create_upset_data() and/or returned by create_upset() |
set2test |
Set name to retrieve unique single items. It can be one or two items. e.g. male-female_down, c("example_down", "example-cond2_down") |
List of items unique for the set of interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.