tooluniverse.tools.enrichr_gene_enrichment_analysis module¶
enrichr_gene_enrichment_analysis
Perform gene enrichment analysis using Enrichr to find biological pathways, processes, and molecu…
- tooluniverse.tools.enrichr_gene_enrichment_analysis.enrichr_gene_enrichment_analysis(gene_list, libs, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Perform gene enrichment analysis using Enrichr to find biological pathways, processes, and molecu…
- Parameters:
gene_list (
list[Any]
) – List of gene names or symbols to analyze. At least 2 genes are required for p…libs (
list[Any]
) – List of enrichment libraries to use for analysis.stream_callback (
Callable
, optional) – Callback for streaming output
- Return type:
Any