tooluniverse.tools.ADMETAI_predict_BBB_penetrance moduleΒΆ

ADMETAI_predict_BBB_penetrance

Predicts blood-brain barrier (BBB) penetrance for a given list of molecules in SMILES format.

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

Predicts blood-brain barrier (BBB) penetrance 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