← 返回
数据分析 中文

Pharmaclaw Alphafold Agent

Compliant AlphaFold Agent for protein structure retrieval, ESMFold prediction, binding site detection, and RDKit ligand docking. Fetches public PDB/AlphaFold...
用于蛋白质结构检索、ESMFold预测、结合位点检测及RDKit配体对接的合规AlphaFold智能体。获取公共PDB/AlphaFold...
cheminem
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 687
下载
💾 27
安装
1
版本
#latest

概述

PharmaClaw AlphaFold Agent

Overview

Protein structure retrieval and ligand docking agent for the PharmaClaw drug discovery pipeline. Fetches experimental structures from RCSB PDB and predicted structures from AlphaFold DB, detects binding sites, and performs conformer-based docking with RDKit.

Quick Start

# Fetch structure and dock a ligand
python scripts/alphafold_agent.py '{"uniprot": "P01116", "smiles": "CC(=O)Nc1ccc(O)cc1"}'

# Structure retrieval only
python scripts/alphafold_agent.py '{"uniprot": "P01116"}'

Capabilities

FeatureMethodSource
-------------------------
Structure FetchRCSB Search API + AlphaFold DBPublic PDB files
Fold PredictionESMFold via HuggingFaceSequence → 3D structure
Binding SitesPocket detectionResidue-level pockets
Ligand DockingRDKit conformer generationSMILES → affinity score

Decision Tree

  • UniProt ID provided? → Fetch from RCSB PDB / AlphaFold DB
  • FASTA sequence provided? → Predict fold via ESMFold
  • SMILES provided? → Dock ligand into detected binding pocket
  • No structure found? → Fall back to ESMFold prediction

Input Format

{
  "uniprot": "P01116",
  "smiles": "CC(=O)Nc1ccc(O)cc1",
  "fasta": "path/to/sequence.fasta"
}

Output Format

{
  "pdb": "1abc.pdb",
  "sites": [{"res": "G12", "pocket_vol": 150}],
  "docking": {"affinity": -15.2, "viz": "docked.png"},
  "compliance": "Public AlphaFold 2 DB/ESMFold (commercial OK)"
}

Chain Integration

  • Receives from: Chemistry Query (SMILES for docking), Literature (target proteins)
  • Feeds into: IP Expansion (novel binding modes), Catalyst Design (structure-guided synthesis)

Dependencies

  • rdkit-pypi — Conformer generation and molecular descriptors
  • biopython — PDB parsing and FASTA sequence handling
  • requests — API calls to RCSB and AlphaFold DB

Compliance

Uses only publicly available protein structures (RCSB PDB, AlphaFold DB) and open-source prediction (ESMFold). All data sources are commercially permissible. No proprietary AlphaFold 3 server calls.

Scripts

  • scripts/alphafold_agent.py — Main agent: fetch, predict, detect sites, dock

Limitations

  • Docking uses RDKit conformer scoring (not full physics-based docking like Vina)
  • ESMFold prediction requires significant compute for large proteins
  • Binding site detection is simplified; production use should integrate fpocket or P2Rank

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 20:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,673
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,855
content-creation

Chemistry Query

cheminem
用于PubChem API查询(化合物信息/属性、结构/SMILES/图像、合成路线/参考文献)及RDKit化学信息学处理的化学智能体技能。
★ 0 📥 1,369