tooluniverse.tools.ADMETAI_predict_CYP_interactions moduleΒΆ

ADMETAI_predict_CYP_interactions

Predicts CYP enzyme interactions for a given list of molecules in SMILES format.

tooluniverse.tools.ADMETAI_predict_CYP_interactions.ADMETAI_predict_CYP_interactions(smiles, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Predicts CYP enzyme interactions for a given list of molecules in SMILES format.

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