Agent skill · Data & Analytics

tooluniverse-multi-omics-integration

Integrate and analyze multiple omics datasets (transcriptomics, proteomics, epigenomics, genomics, metabolomics) for systems biology and precision medicine. Performs cross-omics correlation, multi-omics clustering (MOFA+, NMF), pathway-level integration, and sample matching. Coordinates ToolUniverse skills for expression data (RNA-seq), epigenomics (methylation, ChIP-seq), variants (SNVs, CNVs), protein interactions, and pathway enrichment. Use when analyzing multi-omics datasets, performing integrative analysis, discovering multi-omics biomarkers, studying disease mechanisms across molecular

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-multi-omics-integration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 23 KB
Bundled scripts: none
Path: skills/openclaw/tooluniverse-multi-omics-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Coordinate and integrate multiple omics datasets for comprehensive systems biology analysis. This skill orchestrates specialized ToolUniverse skills to perform cross-omics correlation, multi-omics clustering, pathway-level integration, and unified interpretation across molecular layers.

How it works

  • Phase 1: Data Loading & QC loads multiple omics datasets and performs per-omics quality control.
  • Phase 2: Sample Matching identifies common samples across omics and subsets data accordingly.
  • Phase 3: Feature Mapping maps diverse features to a common gene-centric space (genes, proteins to genes; CpG/promoter mappings; CNV-to-gene mappings; metabolites to enzyme genes).
  • Phase 4: Cross-Omics Correlation computes relationships across layers, including RNA vs protein, methylation vs expression, CNV vs expression, eQTL vs expression, and metabolite vs enzyme expression.
  • Phase 5: Multi-Omics Clustering uses MOFA+ and NMF (and SNF) to identify latent factors and patient subtypes, plus joint clustering across omics.
  • Phase 6: Pathway-Level Integration aggregates evidence at the pathway level, scoring dysregulation and leveraging ToolUniverse enrichment tools for pathway analysis.
  • Phase 7: Biomarker Discovery performs cross-omics feature selection to derive multi-omics signatures for classification, with validation steps.
  • Phase 8: Generate Integrated Report compiles summary statistics, cross-omics results, clusters, dysregulated pathways, and biomarkers into a unified report.

When to use it

  • You have multiple omics datasets and need integrative analysis across molecular layers.
  • You require cross-omics correlation queries, multi-omics clustering, or biomarker discovery.
  • You study disease mechanisms or precision medicine questions needing coordinated analysis of transcriptome, genome, epigenome, proteome, and metabolome data.
  • Example triggers include analyses like integrating RNA-seq with proteomics, correlating promoter methylation with expression, performing MOFA+ clustering, or identifying multi-omics pathways driving disease.

What it can touch

  • Data inputs: RNA-seq expression matrices, proteomics, methylation data, CNV/SNV data, and metabolomics tables.
  • It coordinates Skill workflows for RNA-seq, epigenomics, variant-analysis, protein-interactions, and gene-enrichment tools.
  • Tools referenced include MOFA+ (for multi-omics factors), NMF, and enrichment routines via ToolUniverse (e.g., Reactome, KEGG, GO).

Caveats

  • The skill relies on the availability and correctness of integrated omics data formats and matching identifiers.
  • Detailed outputs (e.g., specific factor interpretations or biomarker lists) depend on data quality and chosen parameters within the included workflows.
  • Licensing and environment constraints are per the repository; this summary reflects the stated capabilities and workflows within the skill.
From the SKILL.md

# Multi-Omics Integration Coordinate and integrate multiple omics datasets for comprehensive systems biology analysis. This skill orchestrates specialized ToolUniverse skills to perform cross-omics correlation, multi-omics clustering, pathway-level integration, and unified interpretation across molecular layers. ## When to Use This Skill **Triggers**: - User has multiple omics datasets (RNA-seq + proteomics, methylation + expression, etc.) - Requests for integrative multi-omics analysis - Cross-omics correlation queries (e.g., "How does methylation affect expression?") - Multi-omics biomarker discovery - Systems biology questions requiring multiple molecular layers - Precision medicine applications with multi-omics patient data - Questions about molecular mechanisms across omics types **Example Questions This Skill Solves**: 1. "Integrate RNA-seq and proteomics data to find genes with concordant changes" 2. "How does promoter methylation correlate with gene expression?" 3. "Perform multi-omics clustering to identify patient subtypes" 4. "Which pathways are dysregulated across transcriptome, proteome, and metabolome?" 5. "Find multi-omics biomarkers for disease classification" 6. "C

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Capabilities
  3. Workflow Overview
  4. Phase Details
  5. Phase 1: Data Loading & Quality Control
  6. Phase 2: Sample Matching
  7. Phase 3: Feature Mapping
  8. Phase 4: Cross-Omics Correlation
  9. Phase 5: Multi-Omics Clustering
  10. Phase 6: Pathway-Level Integration
  11. Phase 7: Biomarker Discovery
  12. Phase 8: Integrated Reporting
  13. ToolUniverse Skills Coordination
  14. Example Use Cases
More from awesome-bio-agent-skills
All skills →
About this skill
What does the tooluniverse-multi-omics-integration skill do?

Integrate and analyze multiple omics datasets (transcriptomics, proteomics, epigenomics, genomics, metabolomics) for systems biology and precision medicine. Performs cross-omics correlation, multi-omics clustering (MOFA+, NMF), pathway-level integration, and sample matching. Coordinates ToolUniverse skills for expression data (RNA-seq), epigenomics (methylation, ChIP-seq), variants (SNVs, CNVs), protein interactions, and pathway enrichment. Use when analyzing multi-omics datasets, performing integrative analysis, discovering multi-omics biomarkers, studying disease mechanisms across molecular

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-multi-omics-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going