研究人員需要從多個資料庫檢索生物資料。此技能提供對40多項生物資訊學服務的統一存取,包括UniProt、KEGG、ChEMBL和Reactome,可用於蛋白質序列、代謝途徑、化合物和交互作用分析。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“bioservices”。 Analyze protein ZAP70_HUMAN
预期结果:
- UniProt ID: P43403
- Gene: ZAP70 (Zeta Chain T Cell Receptor Associated Protein Kinase)
- Organism: Homo sapiens (Human)
- Sequence length: 619 amino acids
- KEGG pathways: hsa04660 (T cell receptor signaling), hsa04662 (B cell receptor signaling)
- GO annotations: 45 terms found covering signaling and immune response
正在使用“bioservices”。 Find compound Aspirin
预期结果:
- KEGG compound ID: cpd:C00905
- ChEBI ID: CHEBI:15365
- ChEMBL ID: CHEMBL104895
- Molecular formula: C9H8O4
- Synonyms: Acetylsalicylic acid, ASA
正在使用“bioservices”。 Map UniProt to KEGG
预期结果:
- Input: P43403 (UniProt)
- Output: hsa:7535 (KEGG gene ID)
- Organism: Homo sapiens
- Mapping successful: 1 of 1 identifiers converted
安全审计
低风险Legitimate bioinformatics skill that accesses public biological databases via the BioServices Python package. All network calls go to verified scientific APIs (UniProt, KEGG, ChEMBL, NCBI). Scripts perform standard file I/O for results. The 522 static findings are false positives: markdown code block backticks were misidentified as Ruby shell execution, and bioinformatics terminology (PDB IDs, GO categories, gene names) was incorrectly flagged as security threats.
风险因素
⚡ 包含脚本 (4)
🌐 网络访问 (4)
质量评分
你能构建什么
蛋白質特性分析
檢索蛋白質序列,透過BLAST找到同源物,並識別生物代謝途徑
化合物資料庫搜尋
跨KEGG、ChEBI和ChEMBL搜尋化合物,並使用交叉參考的識別碼
途徑網路分析
從KEGG途徑提取蛋白質交互作用網路,用於網路分析工具
试试这些提示
在UniProt中尋找蛋白質P43403並檢索其序列、基因名稱和生物體
在KEGG中搜尋含有的人類基因TP53的途徑
在KEGG中搜尋Aspirin並找出其在ChEBI和ChEMBL中的識別碼
將一串UniProt ID轉換為KEGG基因ID並將結果儲存為CSV
最佳实践
- 務必指定生物體代碼(例如:人類使用hsa)以避免結果模糊
- 對批次處理使用分塊處理以遵守API速率限制
- 依NCBI政策要求,為BLAST請求儲存電子郵件地址
- 查看API文檔以了解目前的速率限制和使用指南
避免
- 處理大型識別碼清單時未分塊可能觸發API速率限制
- 跳過錯誤處理可能導致工作流程靜默失敗
- 在搜尋前未驗證化合物名稱可能返回意外的結果
- 假設所有蛋白質都有KEGG對應,但有些缺乏註釋