View source: R/pathway_analysis_enrichr.R
pathway_analysis_enrichr | R Documentation |
Performs impacted pathway analysis with a list of genes.
pathway_analysis_enrichr(
gene_file = NULL,
enrichment_database = c("GO_Molecular_Function_2021", "GO_Cellular_Component_2021",
"GO_Biological_Process_2021", "KEGG_2021_Human", "WikiPathways_2021_Human",
"Reactome_2022")
)
gene_file |
A data frame containing a list of significant genes with column name gene or a vector of significant genes. |
enrichment_database |
Name of the database for enrichment. User can
specify one or more database names from |
enrichment_result a list of data.frames containing enrichment output and a list of plots of top 10 significant genesets.
Other Impacted pathway analysis:
find_impacted_pathways()
,
list_databases()
,
pathway_analysis_webgestaltr()
,
report_impacted_pathway()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.