bio-metabolomics-normalization-qc

Normalize metabolomics feature tables with QC-RSC, TIC, PQN, and ComBat.

7|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dailycafi/metabolism-skills --skill bio-metabolomics-normalization-qc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-metabolomics-normalization-qc
Source: https://github.com/dailycafi/metabolism-skills/tree/main/skills/metabolomics-analysis/normalization-qc
Command: npx skills add https://github.com/dailycafi/metabolism-skills --skill bio-metabolomics-normalization-qc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize metabolomics data and remove batch effects caused by instrument drift, enabling robust downstream analyses such as PCA and differential testing.

Core Features & Use Cases

  • QC-based drift correction (QC-RSC) to remove injection-order effects
  • TIC normalization to harmonize total signal across samples
  • PQN normalization for robust scaling in diverse datasets
  • ComBat batch correction to remove known batch effects while preserving biology
  • Missing value handling and data transformation to prepare data for statistics
  • QC assessment and reporting to monitor data quality
  • Use case: preprocess a feature table to enable reliable multivariate analysis and statistical testing

Quick Start

Apply QC-RSC drift correction to pooled QC samples and then perform PQN normalization followed by ComBat batch correction.

Frequently Asked Questions about bio-metabolomics-normalization-qc

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

FAQPage Schema
How do I correct batch effects in metabolomics data?

To correct batch effects in metabolomics data, apply ComBat batch adjustment to remove known batch variations while preserving biological signals. This approach ensures robust downstream analyses like PCA and differential testing yield reliable results across different experimental designs.

What is QC-RSC drift correction for metabolomics feature tables?

QC-RSC drift correction is a technique applied to pooled QC samples to remove injection-order effects and instrument signal drift. It normalizes metabolomics feature tables to stabilize signal variation before further statistical or multivariate analysis is performed.

How do I normalize metabolomics data using PQN and TIC methods?

Normalize metabolomics data by applying TIC normalization to harmonize total signal across samples, followed by PQN normalization for robust scaling. PQN is particularly effective for diverse datasets where total signal normalization alone is insufficient to correct complex sample variations.

Do I need R and specific packages for metabolomics normalization and batch correction?

Yes, metabolomics normalization and batch correction requires R with packages such as tidyverse, sva, and MetaboAnalystR. You must also provide a feature table and accompanying sample metadata containing QC flags and batch information for successful processing.

What's the best way to handle missing values and transform metabolomics data for statistics?

The best way to prepare metabolomics data for statistics is to use a workflow that handles missing values and applies data transformation after PQN normalization and ComBat batch correction. This sequence prepares the feature table for reliable multivariate analysis and statistical testing.

When should I perform batch correction before PCA and differential testing?

You should perform batch correction before PCA and differential testing whenever your metabolomics data spans multiple batches or exhibits instrument drift. Correcting these technical effects beforehand ensures that observed variations reflect true biological differences rather than processing artifacts.