Filter mem multienrichment object by Set names

filter_mem_sets(mem, includeSets = NULL, ...)

Arguments

mem

list object returned by multiEnrichMap()

includeSets

character vector of sets, matched with colnames(mem$memIM)

...

additional arguments are ignored

Value

list object of mem data content

Details

This is intended to be an internal function. It simply takes a character vector of set names, and subsets incidence matrix data in the mem object. It performs no other filtering. This function is called by subset_mem(), the recommended method to subset a mem object.