bio-multi-omics-data-harmonization

Harmonize multi-omics datasets with normalization, batch correction, and feature alignment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prepares heterogeneous multi-omics datasets for joint analysis by normalizing per-assay measurements, correcting cross-platform batch effects, aligning feature identifiers, and handling missing values so downstream integration methods can operate reliably.

Core Features & Use Cases

  • Assay-specific normalization: VST/TMM for RNA-seq, log2 + median centering for proteomics, M-value transform for methylation, and recommended methods for metabolomics.
  • Cross-omics batch correction: Stack common-sample matrices and apply ComBat or model-based correction while preserving biological covariates.
  • Feature alignment and mapping: Map protein or probe identifiers to gene symbols and aggregate to gene-level when needed.
  • Missing value handling: Assess missingness, filter high-missing features, and impute (e.g., MinProb) per-assay where appropriate.
  • Export & interoperability: Return a MultiAssayExperiment object or harmonized matrices (CSV/RDS) for MOFA2, mixOmics, or other integration tools.
  • Use Case: Combine RNA-seq, proteomics, and methylation data from multiple cohorts, remove batch artifacts across platforms, map proteins to genes, impute proteomics gaps, and export a harmonized dataset ready for latent-factor integration.

Quick Start

Prepare my RNA-seq, proteomics, and methylation datasets for integration by normalizing each assay, correcting batch effects across platforms, aligning features to gene symbols, imputing missing values, scaling, and returning a harmonized MultiAssayExperiment object.

Frequently Asked Questions about bio-multi-omics-data-harmonization

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

FAQPage Schema
How do I prepare RNA-seq, proteomics, and methylation data for multi-omics integration?

Prepare multi-omics data for integration by applying assay-specific normalization like VST for RNA-seq and M-value transform for methylation, then correcting batch effects and aligning features to gene symbols. This creates harmonized matrices ready for downstream joint analysis.

What is the best way to correct batch effects across different omics platforms?

Correct batch effects across omics platforms by stacking common-sample matrices and applying ComBat or model-based correction. This cross-omics batch correction preserves biological covariates while removing technical artifacts across multiple cohorts.

Can I export harmonized multi-omics data as a MultiAssayExperiment for MOFA2?

Yes, you can export harmonized multi-omics data as a MultiAssayExperiment object or harmonized matrices in CSV or RDS formats. This interoperability supports direct ingestion by integration tools like MOFA2 and mixOmics.

How do I handle missing values in proteomics data before multi-omics integration?

Handle missing values in proteomics data by assessing missingness, filtering high-missing features, and applying per-assay imputation methods like MinProb. This missing value handling ensures datasets are complete for reliable joint analyses.

How do I map protein identifiers to gene symbols for feature alignment?

Map protein or probe identifiers to gene symbols and aggregate to gene-level when needed. This feature alignment step standardizes identifiers across assays, enabling consistent cross-omics data integration.

Does this multi-omics harmonization approach support metabolomics data?

Yes, this multi-omics harmonization supports metabolomics data alongside RNA-seq, proteomics, and methylation. It applies recommended normalization methods for metabolomics and integrates it with other assays during batch correction and feature alignment.