metabolomics-normalization

Normalize metabolomics data using median, quantile, total-ion-count, PQN, and log2 transformations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the critical need to standardize metabolomics data, mitigating issues like run-order effects and instrument drift that skew analytical results.

Core Features & Use Cases

  • Data Transformation: Applies various mathematical transformations (e.g., Log2) to stabilize distributions.
  • Sample Scaling: Corrects for intrabatch variations using methods like Median, Quantile, Total Ion Count (TIC), and Probabilistic Quotient Normalization (PQN).
  • Use Case: Prepare your raw metabolomics feature table for downstream statistical analysis by applying Total Ion Count normalization and then Log2 transformation to ensure data comparability across samples.

Quick Start

Normalize the metabolomics data in 'my_data.csv' using the median method and save the results to the 'output' directory.

Frequently Asked Questions about metabolomics-normalization

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

FAQPage Schema
How do I normalize metabolomics data to correct for instrument drift?

You can normalize metabolomics data to correct for instrument drift by applying statistical scaling methods like Median, Quantile, Total Ion Count, or PQN to your feature table. This process standardizes sample variations and prepares data for downstream analysis.

What is the best way to prepare a raw metabolomics feature table for statistical analysis?

The best way to prepare a raw metabolomics feature table for statistical analysis is to apply data normalization to correct batch variations, followed by a mathematical transformation like Log2 to stabilize distributions and ensure comparability across samples.

How does Probabilistic Quotient Normalization (PQN) work for metabolomics data processing?

Probabilistic Quotient Normalization (PQN) works for metabolomics data processing by calculating dilation factors based on the median of quotients between sample and reference profiles. It corrects intrabatch variations to standardize concentration differences across samples.

When do I need to apply Log2 transformation to metabolomics data?

You need to apply Log2 transformation to metabolomics data when you want to stabilize the distribution of feature intensities. It is typically applied after sample scaling methods like Total Ion Count normalization to make data variances more symmetric for statistical tests.

Does this metabolomics normalization method handle run-order effects automatically?

Yes, this metabolomics normalization method handles run-order effects automatically. It mitigates issues like run-order effects and instrument drift by applying scaling techniques such as Median, Quantile, or Total Ion Count to your raw feature table.

Can I generate demo data to test metabolomics normalization workflows?

Yes, you can generate demo data to test metabolomics normalization workflows. The Skill supports demo data generation and outputs reports alongside JSON summaries to ensure the standardization process is fully reproducible.