This is a wrapper around compare_between_intersections(), adding sorting by FDR, warnings, etc.
upset_test(data, intersect, ...)a dataframe including binary columns representing membership in classes
which columns should be used to compose the intersection
Arguments passed on to compare_between_intersections
testthe default test function; it is expected to accept formula and data parameters, and a list with p.value, statistic, and method
testsa named list with tests for specific variables, overwriting the default test
ignorea list with names of variables to exclude from testing
ignore_mode_columnswhether the membership columns and size columns for all modes should be ignored
moderegion selection mode; note that modes other than exclusive_intersection repeat observations in different test group, introducing dependencies. See get_size_mode() for accepted values.