원클릭으로
protein-report
Generate a protein-centric report combining UniProt, InterPro, AlphaFold, PDB, STRING, and post-translational modification data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a protein-centric report combining UniProt, InterPro, AlphaFold, PDB, STRING, and post-translational modification data
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 | protein-report |
| description | Generate a protein-centric report combining UniProt, InterPro, AlphaFold, PDB, STRING, and post-translational modification data |
Generate a comprehensive protein-centric report for: $ARGUMENTS
Use the MCP tools available to you to gather data from all relevant sources, then synthesize a single structured report. Follow the steps below in order. If a step fails or returns no data, note the gap and continue — do not stop the report.
Determine the input type:
P04637, Q9Y6K9) — use directlyTP53, BRCA1) — resolve to UniProt accession in step 1tumor protein p53) — search UniProt in step 1uniprot_search with the query and organism_id:9606 (reviewed: true) to find the canonical Swiss-Prot accession.uniprot_get_protein with the accession to get full protein details: function description, gene name, organism, sequence length, GO terms, subcellular localization.interpro_get_domains with the UniProt accession.uniprot_get_features with the UniProt accession and no type filter to get all features.pdb_search with the gene symbol (limit: 10) to find all available experimental structures.pdb_get_structure with the PDB ID to get detailed metadata (method, resolution, entity details).alphafold_get_prediction with the UniProt accession.string_get_interactions with the gene symbol (species: 9606, limit: 15, required_score: 700).gtex_get_expression with the gene symbol.clinvar_search with the gene symbol to find pathogenic/likely pathogenic variants.pubmed_search with the protein name or gene symbol + "protein structure function" (max_results: 5).Present the gathered data as a structured report:
# Protein Report: [PROTEIN NAME] ([UNIPROT ACCESSION])
## Summary
One-paragraph overview: what this protein does, its key domains, clinical relevance, and structural knowledge.
## Protein Identity
- UniProt accession, entry name, gene symbol(s)
- Protein name (recommended name + alternative names)
- Organism, sequence length (amino acids)
- UniProt entry status (reviewed/unreviewed)
## Function
- Functional description (from UniProt)
- Catalytic activity (if enzyme)
- Subcellular localization(s)
- Key GO terms:
- Biological Process (top 5)
- Molecular Function (top 5)
- Cellular Component (top 3)
## Domain Architecture
Visual-style representation of domains along the sequence:
[1]---[Signal peptide: 1-22]---[Domain A: 50-150]---[Domain B: 200-350]---[393]
Table of all InterPro domains with positions, source database, and description.
## Post-Translational Modifications
- Phosphorylation sites (count and key residues)
- Ubiquitination, acetylation, methylation sites
- Disulfide bonds
- Glycosylation sites
- Other modifications
- Signal/transit peptides and processing events
## Active Sites & Binding
- Active site residues with positions
- Metal binding sites
- Nucleotide/cofactor binding sites
- Key binding partners and interaction interfaces
## 3D Structures
### Experimental Structures (PDB)
| PDB ID | Title | Method | Resolution | Ligands |
|--------|-------|--------|------------|---------|
Best structure highlighted.
### AlphaFold Prediction
- Overall confidence (mean pLDDT)
- Confidence breakdown by region
- Disordered regions (pLDDT < 50)
- Model URLs (PDB, CIF)
## Protein Interactions
- Top interaction partners from STRING (sorted by confidence)
| Partner | Score | Evidence Types |
|---------|-------|---------------|
- Key functional interaction clusters
## Tissue Expression
- Top 10 tissues by expression level (median TPM from GTEx)
- Expression pattern interpretation (ubiquitous vs tissue-specific)
## Clinical Variants
- Pathogenic/likely pathogenic variants affecting this protein
- Variant hotspots (positions with multiple pathogenic variants)
- Domains most affected by pathogenic variation
## Key Publications
Top 3-5 recent papers on this protein's structure and function.
## 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 annotations, structures, or modifications. If a section has no data, write "No data available from [source]."