Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Pan Cancer Multiomics Agent

ASecurity

--> --- 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 --- The **Pan-Cancer Multi-Omics Agent** integrates multi-omics data across cancer types to identify shared oncogenic ...

2,984 stars
0 votes
0 copies
0 views
Added 5/31/2026
researchpythonshellbashexpressdatabase

Works with

cli

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill pan-cancer-multiomics-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pan Cancer Multiomics Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Pan Cancer Multiomics Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-pan-cancer-multiomics-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-pan-cancer-multiomics-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
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

1. **Pan-Cancer Subtyping**: ML-based clustering across 32+ cancer types to identify molecular subtypes transcending tissue of origin.

2. **Driver Discovery**: Integrate mutation, expression, and CNV data to identify oncogenic drivers using pan-cancer statistical power.

3. **Multi-Omics Fusion**: Deep learning integration of mRNA, miRNA, methylation, and protein data for comprehensive profiles.

4. **Pathway Analysis**: Identify dysregulated pathways with pan-cancer prevalence and therapeutic implications.

5. **Survival Modeling**: PRISM framework for multi-omics prognostic marker discovery and survival prediction.

6. **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

1. **Input**: Patient multi-omics data (mutations, CNV, expression, methylation).

2. **Normalization**: Harmonize data to TCGA reference standards.

3. **Classification**: Assign to pan-cancer molecular subtypes.

4. **Driver Analysis**: Identify patient-specific drivers in pan-cancer context.

5. **Pathway Scoring**: Calculate pathway activation scores.

6. **Therapeutic Matching**: Identify actionable targets and trial matches.

7. **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**:
```bash
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

1. **Cancer of Unknown Primary (CUP)**: Identify tissue of origin
2. **Cross-indication trials**: Find basket trial eligibility
3. **Driver prioritization**: Pan-cancer functional evidence
4. **Prognosis**: Multi-omics survival models

## Author

AI Group - Biomedical AI Platform


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →