tooluniverse.tools.ADMETAI_predict_toxicity 模块

ADMETAI_预测毒性

预测毒性终点(AMES、Carcinogens_Lagunin、ClinTox、DILI、LD50_Zhu、Skin_Reaction、h…)

tooluniverse.tools.ADMETAI_predict_toxicity.ADMETAI_predict_toxicity(smiles, *, stream_callback=None, use_cache=False, validate=True)[源代码]

预测毒性终点(AMES、Carcinogens_Lagunin、ClinTox、DILI、LD50_Zhu、Skin_Reaction、h…)

参数:
  • smiles (list[str] | str) – SMILES string(s) for the molecule(s). Accepts a single string or list of stri…

  • stream_callback (Callable, optional) – 用于流式输出的回调

  • use_cache (bool, default False) – 启用缓存

  • validate (bool, default True) – 验证参数

返回类型:

dict[str, Any]