tooluniverse.tools.ADMETAI_predict_toxicity moduleΒΆ

ADMETAI_predict_toxicity

Predicts toxicity endpoints (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)[source]ΒΆ

Predicts toxicity endpoints (AMES, Carcinogens_Lagunin, ClinTox, DILI, LD50_Zhu, Skin_Reaction, h…

Parameters:
  • smiles (list[Any]) – The list of SMILES strings.

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any