upset_test {ComplexUpset} | R Documentation |
Test for differences between intersections
Description
This is a wrapper around compare_between_intersections()
, adding sorting by FDR, warnings, etc.
Usage
upset_test(data, intersect, ...)
Arguments
data |
a dataframe including binary columns representing membership in classes |
intersect |
which columns should be used to compose the intersection |
... |
Arguments passed on to
|