ワンクリックで
variant-report
Generate a variant annotation report combining Ensembl, ClinVar, and UniProt data for a gene or genomic region
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a variant annotation report combining Ensembl, ClinVar, and UniProt data for a gene or genomic region
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Full clinical variant workup — gnomAD population frequency, ClinVar significance, protein domain impact, AlphaFold structure context, and PubMed literature
Compare a gene across multiple species — find orthologs, retrieve sequences, compute alignments, and summarize conservation
Druggability assessment — protein function, 3D structures, ligand-bound PDBs, binding sites, interaction network, disease associations, and literature
Functional analysis of a gene list — batch summaries, pathway mapping, protein interactions, tissue expression, and phenotype associations
Generate a comprehensive gene report by combining data from NCBI, Ensembl, UniProt, ClinVar, PDB, InterPro, STRING, and KEGG
Research session lab notebook — start, annotate, update, report, or check status
| name | variant-report |
| description | Generate a variant annotation report combining Ensembl, ClinVar, and UniProt data for a gene or genomic region |
Generate a comprehensive variant annotation report for: $ARGUMENTS
Use the MCP tools available to you to gather variant data from all relevant sources, then synthesize a single structured report. Follow the steps below. If a step fails, note the gap and continue.
First, classify the input:
ensembl_lookup_gene with the gene symbol to get chromosomal coordinates.ensembl_get_variants with the gene's region (species: homo_sapiens, limit: 100).clinvar_search with the gene symbol (limit: 20) to get clinical interpretations.clinvar_search with "[gene] AND pathogenic" to specifically find pathogenic variants.uniprot_search with the gene symbol and organism_id:9606 (reviewed: true) to find the UniProt accession.uniprot_get_features with the accession to get domain boundaries and functional sites.ensembl_get_sequence with the Ensembl gene ID (seq_type: protein) to get the protein sequence length for position mapping context.Follow steps 2-4 above, using the provided region directly. For step 3, search ClinVar with the region or nearby gene name.
clinvar_search with the exact variant description.ensembl_lookup_gene to get full gene context.uniprot_get_features to see if the variant falls in a known functional domain.Present the report with these sections:
# Variant Report: [TARGET]
## Summary
One-paragraph overview: what gene/region this covers, key clinical findings, and notable variants.
## Gene / Region Context
- Gene symbol, Ensembl ID, chromosomal location
- Gene function (brief, from prior lookup)
- Protein length and key domains
## Variant Landscape
- Total known variants in the region (from Ensembl)
- Breakdown by consequence type (missense, synonymous, frameshift, etc.)
- Variants with clinical significance annotations
## Clinical Significance (ClinVar)
- Total ClinVar entries for this gene/region
- Breakdown: Pathogenic | Likely Pathogenic | VUS | Likely Benign | Benign
- Top pathogenic variants (up to 10):
| Variant | Clinical Significance | Condition(s) | Review Status |
|---------|----------------------|---------------|---------------|
| ... | ... | ... | ... |
## Protein Domain Context
- Domain map showing where key variants fall relative to functional domains
- Highlight variants in active sites, binding domains, or known hotspots
## Interpretation Notes
- Which regions of this gene are most clinically relevant
- Any variant hotspots (clusters of pathogenic variants)
- Note if certain domains are enriched for pathogenic variants
## Data Sources
List which databases were queried and whether each returned data successfully.
Keep the report factual — only include data returned by the tools. Do not hallucinate variant interpretations. If clinical significance is uncertain (VUS), state that clearly. If a section has no data, write "No data available from [source]."