← 返回
数据分析 中文

Pharmaclaw Tox Agent

Toxicology Agent for pharma drug safety profiling from SMILES. Computes RDKit ADMET descriptors (logP, TPSA, MW, HBD, HBA, rotatable bonds), Lipinski Rule of...
基于SMILES的药物安全评估毒理学工具,计算RDKit ADMET描述符(logP、TPSA、分子量、氢键供体数、氢键受体数、可旋转键数)及Lipinski规则。
cheminem
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 567
下载
💾 22
安装
1
版本
#latest

概述

PharmaClaw Toxicology Agent

Overview

Predictive toxicology and drug safety profiling agent for the PharmaClaw pipeline. Screens drug candidates via RDKit descriptors, rule-based filters (Lipinski Ro5, Veber), QED scoring, and PAINS alerts to flag safety risks early in the discovery process.

Quick Start

# Analyze a compound
python scripts/tox_agent.py "CC(=O)Nc1ccc(O)cc1"

# Default (ethanol)
python scripts/tox_agent.py

Capabilities

CheckMethodThreshold
--------------------------
Lipinski Ro5MW, LogP, HBD, HBAMW>500, LogP>5, HBD>5, HBA>10
Veber RulesTPSA, Rotatable BondsTPSA>140, RotB>10
QED ScoreRDKit QED module0-1 (higher = more drug-like)
PAINS AlertsSubstructure matchingKnown assay interference patterns
Ring AnalysisAromatic/total ring countComplexity indicator

Decision Tree

  • SMILES input → RDKit descriptor calculation → Rule-based screening
  • Lipinski violations = 0 AND PAINS = 0 → Risk: Low
  • Any violations or PAINS hits → Risk: Medium/High
  • High risk flagged → Recommend analogs via Chemistry Query / IP Expansion

Output Format

{
  "lipinski_viol": 0,
  "veber_viol": 0,
  "qed": 0.737,
  "pains": 0,
  "risk": "Low",
  "props": {
    "mw": 151.2,
    "logp": 1.02,
    "tpsa": 49.3,
    "hbd": 2,
    "hba": 2,
    "rotb": 1,
    "rings": 1,
    "arom": 1
  }
}

Risk Classification

  • Low: No Lipinski violations, no PAINS alerts, QED > 0.5
  • Medium: 1-2 Lipinski violations OR low QED
  • High: 3+ Lipinski violations, PAINS hits, or multiple Veber violations

Chain Integration

  • Receives from: Chemistry Query (SMILES), Pharmacology (ADME flags)
  • Feeds into: IP Expansion (safer derivative suggestions), Synthesis (avoid toxic intermediates)
  • Cross-references: Market Intel (FAERS adverse events for similar structures)

Dependencies

  • rdkit-pypi — Molecular descriptors, QED, substructure matching

Scripts

  • scripts/tox_agent.py — Main agent: ToxAgent class with analyze(smiles) method

Limitations

  • PAINS screening uses simplified substructure set (production should use full PAINS catalog)
  • No Ames mutagenicity or hERG channel prediction (descriptor-based proxies planned)
  • LD50 estimation not yet implemented (QSAR model planned for future version)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 22:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,941
content-creation

Chemistry Query

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

A股量化 AkShare

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