integrated_enrichment_mutliGSEA.Rd
Integrated pathway enrichment with multiGSEA
integrated_enrichment_mutliGSEA(
integration = "pvalue",
DE_comparison_dataframe = NULL,
weights = NULL,
databases = "reactome",
additional_database_gmt = FALSE
)
Options are pvalue padj weights
if integration == pvalue or padj, provide the differential expression comparison dataframe generated with single_omic_comparisons()
if integration == weights, provide weights dataframe generated with extract_weights()
Options are: all kegg panther pathbank pharmgkb reactome smpdb wikipathways or a combination thereof. Use NULL for GMT file only
provide GMT file path
List of results
Other Enrichment analysis:
GSEA()
,
cell_type_enrichment()
,
enrichment_custom()
,
pathway_analysis_enrichr()