metabolomics-pathway-enrichment

Perform metabolomics pathway enrichment with hypergeometric tests and FDR correction.

155|26|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/TianGzlab/OmicsClaw --skill metabolomics-pathway-enrichment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabolomics-pathway-enrichment
Source: https://github.com/TianGzlab/OmicsClaw/tree/main/skills/metabolomics/metabolomics-pathway-enrichment
Command: npx skills add https://github.com/TianGzlab/OmicsClaw --skill metabolomics-pathway-enrichment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, scipy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms lists of metabolites into actionable biological insights by mapping them to known metabolic pathways, identifying key functional enrichments.

Core Features & Use Cases

  • Pathway Enrichment Analysis: Perform Over-Representation Analysis (ORA) and Quantitative Enrichment Analysis (QEA) using KEGG and Reactome databases.
  • Network Visualization: Generate network graphs to visualize metabolite-pathway interactions.
  • Use Case: After identifying differentially expressed metabolites in a disease study, use this Skill to understand which biological pathways are most affected, providing a systems-level view of the metabolic changes.

Quick Start

Run metabolomics pathway enrichment analysis on the provided metabolite list using the default ORA method.

Frequently Asked Questions about metabolomics-pathway-enrichment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform metabolomics pathway enrichment analysis on a list of differentially expressed metabolites?

You can perform metabolomics pathway enrichment by running Over-Representation Analysis (ORA) on your metabolite list, which maps the differentially expressed metabolites to known metabolic pathways using hypergeometric tests and Benjamini-Hochberg FDR correction to identify significantly enriched biological functions.

What is the difference between ORA and QEA in metabolomics pathway enrichment?

In metabolomics pathway enrichment, Over-Representation Analysis (ORA) evaluates lists of significant metabolites, while Quantitative Enrichment Analysis (QEA) uses metabolite concentration data to directly map metabolic changes to known biological pathways across KEGG and Reactome databases.

Can I use KEGG and Reactome databases for metabolomics network analysis?

Yes, metabolomics network analysis supports both KEGG and Reactome databases to perform pathway enrichment and generate network graphs that visualize metabolite-pathway interactions, integrating with MetaboAnalystR and pathview for comprehensive pathway mapping and visualization.

What's the best way to visualize metabolite-pathway interactions after identifying differentially expressed metabolites?

The best way to visualize metabolite-pathway interactions is to use network visualization tools that generate network graphs, integrating with MetaboAnalystR and pathview to map differentially expressed metabolites onto KEGG and Reactome pathways for comprehensive biological visualization.

Does metabolomics pathway enrichment support topology-based analysis with MetaboAnalystR?

Yes, metabolomics pathway enrichment supports topology-based analyses alongside ORA and QEA methods, integrating directly with MetaboAnalystR and pathview to perform comprehensive pathway mapping and visualization using KEGG and Reactome databases.

When should I use hypergeometric tests with Benjamini-Hochberg FDR correction for pathway enrichment?

You should use hypergeometric tests with Benjamini-Hochberg FDR correction for pathway enrichment when you need to identify significantly enriched metabolic pathways from a list of differentially expressed metabolites while controlling the false discovery rate across multiple statistical tests.