bio-multi-omics-mgwas-integration

Link genetic variants to metabolite levels via GWAS, mQTL mapping, colocalization, and Mendelian randomization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables researchers to connect genetic variation to metabolite levels and test causal relationships, removing the manual burden of assembling GWAS-ready phenotypes, running association scans, and performing downstream colocalization and Mendelian randomization analyses.

Core Features & Use Cases

  • End-to-end mGWAS workflow: guidance for phenotype transformation, genotype quality control, PLINK association testing, and clumping to identify independent mQTLs.
  • Locus-level inference: procedures for extracting regional summary statistics and running Bayesian colocalization with coloc to assess shared causal variants with disease traits.
  • Causal inference: instrument selection, harmonization, and TwoSampleMR workflows for estimating causal effects of metabolites on disease outcomes.
  • Use Case: Convert metabolite concentration matrices into PLINK phenotypes, run per-metabolite GWAS, clump significant hits, colocalize with a disease GWAS, and perform two-sample MR to assess causality.

Quick Start

Run a PLINK association for a transformed metabolite phenotype with appropriate covariates, clump genome-wide significant hits, and then run coloc and TwoSampleMR in R to test colocalization and metabolite-to-disease causality.

Frequently Asked Questions about bio-multi-omics-mgwas-integration

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

FAQPage Schema
How do I run an mGWAS workflow from metabolite concentrations to Mendelian randomization?

An mGWAS workflow involves transforming metabolite concentrations into PLINK phenotypes, running association scans, clumping significant hits, and applying TwoSampleMR for causal inference. This process links genetic variants to metabolite levels.

How does colocalization work in metabolomics GWAS to identify shared causal variants?

Colocalization in mGWAS uses the coloc R package to test if a metabolite-associated SNP and a disease GWAS signal share the same causal variant. It assesses whether genetic variants driving metabolite levels also influence disease outcomes.

What's the best way to prepare metabolomics data for PLINK association testing?

To prepare metabolomics data for PLINK association testing, convert metabolite concentration matrices into PLINK phenotype files. Apply appropriate phenotype transformation and include covariates before running PLINK 1.9 or 2.0 association scans.

Can I use PLINK 2.0 for mQTL mapping and clumping independent loci?

Yes, PLINK 2.0 supports mQTL mapping through association testing and clumping to identify independent loci. After running per-metabolite GWAS, clump genome-wide significant hits to isolate independent mQTLs for downstream colocalization.

How do I select and harmonize instruments for two-sample Mendelian randomization with metabolites?

For two-sample Mendelian randomization, select instruments from clumped mQTL loci and harmonize summary statistics. TwoSampleMR workflows then estimate causal effects of metabolites on disease outcomes using these harmonized genetic instruments.

When should I use Mendelian randomization versus colocalization in metabolomics GWAS?

Use colocalization to identify shared causal variants between metabolites and disease at a specific locus, and Mendelian randomization to estimate the causal effect of metabolites on disease across the genome. Both address causality but at different scopes.