set_list_2_combinations: set_list_2_combinations

View source: R/mod_sets_fct_sets_functions.R

set_list_2_combinationsR Documentation

set_list_2_combinations

Description

note that set order in names is derived from size of the sets, biggest first also a none set with an empty string as a value is added by default

Usage

set_list_2_combinations(set_list, add_empty = TRUE)

Arguments

set_list

a named list where the names are the sets and the values vectors of things in those sets

add_empty

should an option to include an empty set be included? if true (the default) adds an item called none with the value of an empty string

Value

a list of combinations of sets


CECADBioinformaticsCoreFacility/degSets documentation built on July 29, 2022, 7:54 p.m.