Identify gene sets that are enriched within specified gene co-regulatory modules. Uses a hypergeometric test for over-representation. Used in plot_multi_module_enr().
get_module_enr(container, ctype, mod_select, db_use = "GO", adjust_pval = TRUE)
A vector of p-values for the tested gene sets.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
character The name of cell type for the cell type module to test
numeric The module number for the cell type module to test
character The database of gene sets to use. Database options include "GO", "Reactome", "KEGG", "BioCarta", "Hallmark", "TF", and "immuno". More than one database can be used. (default="GO")
logical Set to TRUE to apply FDR correction (default=TRUE)