Performs gene ontology and impacted pathway enrichment analysis with a list of gene names and their fold-change.
A data frame or the path of a .tsv file containing a list of genes, their fold-change, p-value and adjusted p-value. Column names should be gene, logFC, pval and padj respectively.
A data frame containing all the genes that were used as input for differential expression. Column name should be gene. If not provided the human protein-coding genome will be used as background genes.
Organism name. hsapiens for Homo sapiens, mmusculus for Mus musculus
Enrichment tool to use. WebGestaltR and enrichR is implemented. Use one or more of the tools.
Name of the database for enrichment. User can
specify one or more database names. Check list_databases()
for
available database alias.
Additional arguments
enrichment_result a list of list containing enrichment outputs from different enrichment tools.
Other Impacted pathway analysis:
list_databases()
,
pathway_analysis_enrichr()
,
pathway_analysis_webgestaltr()
,
report_impacted_pathway()