AI News AI资讯 3d ago Updated 3d ago 更新于 3天前 46

Building a Scaffold-Split Random Forest QSAR Co-Scientist for EGFR Inhibitor Discovery Using ChEMBL, RDKit, SHAP, and BRICS 使用ChEMBL、RDKit、SHAP和BRICS构建用于EGFR抑制剂发现的骨架拆分随机森林QSAR联合科学家

The tutorial outlines an end-to-end autonomous AI co-scientist workflow specifically designed for discovering next-generation EGFR inhibitors targeting the C797S resistance mutation in non-small cell lung cancer. It leverages ChEMBL and UniProt APIs to curate high-quality bioactivity data, converting IC50 values to pIC50 and using RDKit for rigorous molecular standardization and feature engineering via Morgan fingerprints. A scaffold-split Random Forest QSAR model is trained to ensure generaliza 构建了一个端到端的自主AI联合科学家工作流,旨在发现针对非小细胞肺癌中EGFR C797S耐药突变的新一代抑制剂。 通过ChEMBL和UniProt自动解析靶点并挖掘清洗IC50数据,利用RDKit进行分子标准化、特征提取及骨架多样性分析。 训练基于骨架划分的随机森林QSAR模型,结合SHAP值解释药效驱动特征,确保模型对未见化学型的泛化能力。 从预测转向生成式设计,利用BRICS片段重组 potent 活性分子,并通过多重门控筛选(效力、成药性、合成可行性等)提出新候选物。

60
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • The tutorial outlines an end-to-end autonomous AI co-scientist workflow specifically designed for discovering next-generation EGFR inhibitors targeting the C797S resistance mutation in non-small cell lung cancer.
  • It leverages ChEMBL and UniProt APIs to curate high-quality bioactivity data, converting IC50 values to pIC50 and using RDKit for rigorous molecular standardization and feature engineering via Morgan fingerprints.
  • A scaffold-split Random Forest QSAR model is trained to ensure generalization to unseen chemotypes, with interpretability provided through SHAP values and model importance metrics.
  • The pipeline transitions from predictive modeling to generative design by recombining BRICS fragments from potent actives, scoring virtual analogs against multiple drug-development gates including synthesizability and novelty.
  • Final candidate shortlisting involves cross-referencing generated structures against PubChem to validate novelty and potential, demonstrating a complete loop from data mining to hit identification.

Why It Matters

This approach provides a practical blueprint for integrating traditional machine learning with cheminformatics to address specific clinical challenges like drug resistance, offering a replicable framework for medicinal chemists and AI researchers. By emphasizing scaffold-split validation and multi-gate scoring, it highlights the importance of robustness and developability in early-stage drug discovery, moving beyond simple potency prediction to actionable lead generation.

Technical Details

  • Data Acquisition & Preprocessing: Utilizes ChEMBL API (Target ID CHEMBL203) and UniProt to fetch EGFR bioactivity data. Molecules are standardized using RDKit, salts removed, and replicate measurements aggregated. Features include Morgan fingerprints (2048 bits, radius 2) and physicochemical descriptors.
  • Model Architecture: Employs a Random Forest Regressor trained on a scaffold-split dataset to prevent data leakage and test generalization to novel chemical scaffolds. Hyperparameters and random states are fixed for reproducibility.
  • Interpretability: Uses SHAP (SHapley Additive exPlanations) and feature importance scores to identify potency-driving molecular substructures, allowing for human-in-the-loop validation of model decisions.
  • Generative Design: Implements BRICS (Bond Recombination for Identification of Chemical Substructures) fragment recombination on potent parent molecules. Generated virtual analogs are filtered using a multi-criteria scoring system covering potency, drug-likeness (QED), synthesizability (SA Score), novelty, and developability.
  • Validation: Shortlisted candidates are checked against PubChem to ensure they are not already known entities, closing the loop on novelty verification.

Industry Insight

  • Hybrid Workflows are Key: Combining interpretable ML models (like Random Forests) with rule-based cheminformatics tools (RDKit, BRICS) offers a transparent and reliable alternative to black-box deep learning methods in regulated drug discovery environments.
  • Focus on Generalization: Using scaffold-splitting during model training is critical for ensuring that discovered compounds are truly novel and not just interpolations of known data, which is essential for overcoming resistance mechanisms like C797S.
  • End-to-End Automation: Demonstrating a seamless pipeline from data retrieval to candidate shortlisting reduces the time-to-hit significantly, allowing researchers to focus on experimental validation rather than manual data curation and screening.

TL;DR

  • 构建了一个端到端的自主AI联合科学家工作流,旨在发现针对非小细胞肺癌中EGFR C797S耐药突变的新一代抑制剂。
  • 通过ChEMBL和UniProt自动解析靶点并挖掘清洗IC50数据,利用RDKit进行分子标准化、特征提取及骨架多样性分析。
  • 训练基于骨架划分的随机森林QSAR模型,结合SHAP值解释药效驱动特征,确保模型对未见化学型的泛化能力。
  • 从预测转向生成式设计,利用BRICS片段重组 potent 活性分子,并通过多重门控筛选(效力、成药性、合成可行性等)提出新候选物。

为什么值得看

本文展示了一种将传统计算化学与现代机器学习相结合的自动化药物发现范式,为应对靶向治疗中的耐药性问题提供了可复现的技术路线。对于从事AI制药的从业者而言,该教程详细演示了从数据获取、特征工程到生成式分子设计的完整闭环,具有极高的实践参考价值。

技术解析

  • 数据工程与靶点解析:程序自动连接ChEMBL API获取EGFR靶点信息(CHEMBL203),清洗并聚合重复测量值,将IC50转换为pIC50作为建模目标,同时利用UniProt获取靶点功能注释以明确生物学背景。
  • 分子表示与特征工程:使用RDKit库进行分子标准化(去盐、标准化结构),计算Morgan指纹(半径2,2048位)和物理化学描述符,并通过Murcko骨架分析评估数据集的化学空间多样性,确保模型学习的是有意义的化学表征而非原始字符串。
  • QSAR建模与解释:采用骨架划分(Scaffold-split)策略训练随机森林回归模型,这种划分方式比随机划分更能真实评估模型对全新化学骨架的泛化能力;利用SHAP值和特征重要性可视化关键子结构,解释影响药效的关键分子特征。
  • 生成式设计与多目标筛选:基于高活性分子的BRICS片段进行重组生成虚拟类似物,随后应用多维评分体系进行过滤,包括预测效力、QED成药性指数、合成可及性分数(SA Score)、新颖性及开发潜力,最终在PubChem中进行交叉验证以排除已知化合物。

行业启示

  • 自动化工作流的价值:药物发现正从单一模型优化转向端到端的自动化智能体(Agent)工作流,整合数据获取、建模、解释和生成环节,显著缩短先导化合物优化的周期。
  • 泛化能力重于拟合精度:在QSAR建模中,采用骨架划分而非随机划分进行评估是行业最佳实践,这反映了真实场景中对新化学实体(NCE)预测能力的严格要求,避免了数据泄露导致的性能高估。
  • 生成式AI需结合领域知识约束:纯粹的深度学习生成可能产生不可合成或非成药性的分子,结合规则方法(如BRICS片段重组)和多目标门控筛选(Synthesizability, Developability)能更有效地产出可落地的候选药物。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Healthcare AI 医疗AI Open Source 开源