Generate gene set x ct_module heatmap showing co-expression module gene set enrichment results
plot_multi_module_enr(
container,
ctypes,
modules,
sig_thresh = 0.05,
db_use = "TF",
max_plt_pval = 0.1,
h_w = NULL
)
A ComplexHeatmap object of enrichment results.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
character A vector of cell type names corresponding to the module numbers in mod_select, specifying the modules to compute enrichment for
numeric A vector of module numbers corresponding to the cell types in ctype, specifying the modules to compute enrichment for
numeric P-value threshold for results to include. Only shows a given gene set if at least one module has a result lower than the threshold. (default=0.05)
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")
max pvalue shown on plot, but not used to remove rows like sig_thresh (default=.1)
numeric Vector specifying height and width (defualt=NULL)