name: 'pan-cancer-multiomics-agent'
description: 'AI-powered pan-cancer analysis integrating genomic, transcriptomic, proteomic, and epigenomic data for cancer subtyping, driver identification, and cross-cancer pattern discovery.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
Pan-Cancer Multi-Omics Agent
The Pan-Cancer Multi-Omics Agent integrates multi-omics data across cancer types to identify shared oncogenic drivers, discover novel subtypes, and enable cross-cancer therapeutic insights. It leverages TCGA, CPTAC, and other pan-cancer resources with deep learning for comprehensive cancer characterization.
When to Use This Skill
- When analyzing patient tumors in context of pan-cancer molecular profiles.
- To identify shared drivers and vulnerabilities across cancer types.
- For discovering novel molecular subtypes that span histological boundaries.
- When prioritizing therapeutic targets with pan-cancer evidence.
- To benchmark single-cancer findings against pan-cancer patterns.
Core Capabilities
Pan-Cancer Subtyping: ML-based clustering across 32+ cancer types to identify molecular subtypes transcending tissue of origin.
Driver Discovery: Integrate mutation, expression, and CNV data to identify oncogenic drivers using pan-cancer statistical power.
Multi-Omics Fusion: Deep learning integration of mRNA, miRNA, methylation, and protein data for comprehensive profiles.
Pathway Analysis: Identify dysregulated pathways with pan-cancer prevalence and therapeutic implications.
Survival Modeling: PRISM framework for multi-omics prognostic marker discovery and survival prediction.
Therapeutic Matching: Map patient profiles to pan-cancer drug sensitivity data and clinical trial evidence.
TCGA Pan-Cancer Atlas Integration
| Data Type |
Samples |
Application |
| Somatic mutations |
11,000+ |
Driver identification |
| Copy number |
11,000+ |
Amplifications/deletions |
| mRNA expression |
11,000+ |
Expression subtypes |
| miRNA expression |
10,000+ |
Regulatory networks |
| DNA methylation |
10,000+ |
Epigenetic subtypes |
| Protein (RPPA) |
8,000+ |
Pathway activation |
Workflow
Input: Patient multi-omics data (mutations, CNV, expression, methylation).
Normalization: Harmonize data to TCGA reference standards.
Classification: Assign to pan-cancer molecular subtypes.
Driver Analysis: Identify patient-specific drivers in pan-cancer context.
Pathway Scoring: Calculate pathway activation scores.
Therapeutic Matching: Identify actionable targets and trial matches.
Output: Pan-cancer classification, driver report, pathway profiles, treatment recommendations.
Example Usage
User: "Classify this breast cancer patient's tumor in the pan-cancer context and identify shared drivers."
Agent Action:
python3 Skills/Oncology/Pan_Cancer_MultiOmics_Agent/pancancer_analyzer.py \
--mutations patient_mutations.maf \
--expression patient_rnaseq.tsv \
--methylation patient_methylation.tsv \
--cnv patient_cnv_segments.tsv \
--reference tcga_pancancer \
--subtype_method nmf_consensus \
--output pancancer_report/
Pan-Cancer Molecular Subtypes
Cross-cancer molecular taxonomy identifies patterns beyond histology:
| Subtype |
Characteristics |
Example Cancers |
| C1-Wound healing |
High proliferation, MYC amp |
Breast, ovarian, bladder |
| C2-IFN-gamma dominant |
Immune active, high TCR/BCR |
Melanoma, lung, cervical |
| C3-Inflammatory |
NF-kB, cytokine signatures |
Head/neck, stomach |
| C4-Lymphocyte depleted |
Low immune, PTEN loss |
Glioma, uveal melanoma |
| C5-Immunologically quiet |
Low expression overall |
Kidney chromophobe, thyroid |
| C6-TGF-beta dominant |
High TGF-B, fibrosis |
Pancreas, rectum, glioma |
Deep Learning Architecture
Multi-Omics Integration Model:
Input Layers:
- Genomic encoder (mutations, CNV)
- Transcriptomic encoder (mRNA, miRNA)
- Epigenomic encoder (methylation)
- Proteomic encoder (RPPA)
Fusion Layer:
- Cross-attention mechanism
- Multi-modal variational autoencoder
Output Heads:
- Subtype classifier
- Survival predictor
- Drug response predictor
MLOmics Database Access
The agent integrates with MLOmics, providing:
- 8,314 patient samples across 32 cancer types
- Pre-computed features for ML benchmarking
- Standardized train/test splits for reproducibility
- Drug sensitivity data for 300+ compounds
Prerequisites
- Python 3.10+
- PyTorch with multi-modal architectures
- Access to TCGA, CPTAC, or local data
- 16GB+ RAM for pan-cancer analysis
Related Skills
- Tumor_Clonal_Evolution - For intratumoral heterogeneity
- Multi_Omics_Integration - For single-patient integration
- Drug_Repurposing - For therapeutic matching
Clinical Applications
- Cancer of Unknown Primary (CUP): Identify tissue of origin
- Cross-indication trials: Find basket trial eligibility
- Driver prioritization: Pan-cancer functional evidence
- Prognosis: Multi-omics survival models
Author
AI Group - Biomedical AI Platform
1---2name: pan-cancer-multiomics-agent3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'pan-cancer-multiomics-agent'20description: 'AI-powered pan-cancer analysis integrating genomic, transcriptomic, proteomic, and epigenomic data for cancer subtyping, driver identification, and cross-cancer pattern discovery.'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# Pan-Cancer Multi-Omics Agent2930The **Pan-Cancer Multi-Omics Agent** integrates multi-omics data across cancer types to identify shared oncogenic drivers, discover novel subtypes, and enable cross-cancer therapeutic insights. It leverages TCGA, CPTAC, and other pan-cancer resources with deep learning for comprehensive cancer characterization.3132## When to Use This Skill3334* When analyzing patient tumors in context of pan-cancer molecular profiles.35* To identify shared drivers and vulnerabilities across cancer types.36* For discovering novel molecular subtypes that span histological boundaries.37* When prioritizing therapeutic targets with pan-cancer evidence.38* To benchmark single-cancer findings against pan-cancer patterns.3940## Core Capabilities41421. **Pan-Cancer Subtyping**: ML-based clustering across 32+ cancer types to identify molecular subtypes transcending tissue of origin.43442. **Driver Discovery**: Integrate mutation, expression, and CNV data to identify oncogenic drivers using pan-cancer statistical power.45463. **Multi-Omics Fusion**: Deep learning integration of mRNA, miRNA, methylation, and protein data for comprehensive profiles.47484. **Pathway Analysis**: Identify dysregulated pathways with pan-cancer prevalence and therapeutic implications.49505. **Survival Modeling**: PRISM framework for multi-omics prognostic marker discovery and survival prediction.51526. **Therapeutic Matching**: Map patient profiles to pan-cancer drug sensitivity data and clinical trial evidence.5354## TCGA Pan-Cancer Atlas Integration5556| Data Type | Samples | Application |57|-----------|---------|-------------|58| Somatic mutations | 11,000+ | Driver identification |59| Copy number | 11,000+ | Amplifications/deletions |60| mRNA expression | 11,000+ | Expression subtypes |61| miRNA expression | 10,000+ | Regulatory networks |62| DNA methylation | 10,000+ | Epigenetic subtypes |63| Protein (RPPA) | 8,000+ | Pathway activation |6465## Workflow66671. **Input**: Patient multi-omics data (mutations, CNV, expression, methylation).68692. **Normalization**: Harmonize data to TCGA reference standards.70713. **Classification**: Assign to pan-cancer molecular subtypes.72734. **Driver Analysis**: Identify patient-specific drivers in pan-cancer context.74755. **Pathway Scoring**: Calculate pathway activation scores.76776. **Therapeutic Matching**: Identify actionable targets and trial matches.78797. **Output**: Pan-cancer classification, driver report, pathway profiles, treatment recommendations.8081## Example Usage8283**User**: "Classify this breast cancer patient's tumor in the pan-cancer context and identify shared drivers."8485**Agent Action**:86```bash87python3 Skills/Oncology/Pan_Cancer_MultiOmics_Agent/pancancer_analyzer.py \88 --mutations patient_mutations.maf \89 --expression patient_rnaseq.tsv \90 --methylation patient_methylation.tsv \91 --cnv patient_cnv_segments.tsv \92 --reference tcga_pancancer \93 --subtype_method nmf_consensus \94 --output pancancer_report/95```9697## Pan-Cancer Molecular Subtypes9899Cross-cancer molecular taxonomy identifies patterns beyond histology:100101| Subtype | Characteristics | Example Cancers |102|---------|-----------------|-----------------|103| C1-Wound healing | High proliferation, MYC amp | Breast, ovarian, bladder |104| C2-IFN-gamma dominant | Immune active, high TCR/BCR | Melanoma, lung, cervical |105| C3-Inflammatory | NF-kB, cytokine signatures | Head/neck, stomach |106| C4-Lymphocyte depleted | Low immune, PTEN loss | Glioma, uveal melanoma |107| C5-Immunologically quiet | Low expression overall | Kidney chromophobe, thyroid |108| C6-TGF-beta dominant | High TGF-B, fibrosis | Pancreas, rectum, glioma |109110## Deep Learning Architecture111112**Multi-Omics Integration Model**:113```114Input Layers:115 - Genomic encoder (mutations, CNV)116 - Transcriptomic encoder (mRNA, miRNA)117 - Epigenomic encoder (methylation)118 - Proteomic encoder (RPPA)119120Fusion Layer:121 - Cross-attention mechanism122 - Multi-modal variational autoencoder123124Output Heads:125 - Subtype classifier126 - Survival predictor127 - Drug response predictor128```129130## MLOmics Database Access131132The agent integrates with MLOmics, providing:133- 8,314 patient samples across 32 cancer types134- Pre-computed features for ML benchmarking135- Standardized train/test splits for reproducibility136- Drug sensitivity data for 300+ compounds137138## Prerequisites139140* Python 3.10+141* PyTorch with multi-modal architectures142* Access to TCGA, CPTAC, or local data143* 16GB+ RAM for pan-cancer analysis144145## Related Skills146147* Tumor_Clonal_Evolution - For intratumoral heterogeneity148* Multi_Omics_Integration - For single-patient integration149* Drug_Repurposing - For therapeutic matching150151## Clinical Applications1521531. **Cancer of Unknown Primary (CUP)**: Identify tissue of origin1542. **Cross-indication trials**: Find basket trial eligibility1553. **Driver prioritization**: Pan-cancer functional evidence1564. **Prognosis**: Multi-omics survival models157158## Author159160AI Group - Biomedical AI Platform161162163<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->