chembl / chembl_webresource_client

Official Python client for accessing ChEMBL API
https://www.ebi.ac.uk/chembl/api/data/docs
Other
360 stars 95 forks source link

Target Predictions #103

Closed Agbeli closed 2 years ago

Agbeli commented 3 years ago

Hello all,

Thank you very much for making this framework available for all. Please can someone share with me the code for getting the target predictions for a given compound on Chembl platform. Thank you for your assistance.

eloyfelix commented 2 years ago

Hi,

To compute target predictions using ChEMBL made models you could either use:

https://github.com/chembl/of_conformal or https://github.com/chembl/chembl_multitask_model

Anju321 commented 2 years ago

Hi,

To compute target predictions using ChEMBL made models you could either use:

https://github.com/chembl/of_conformal or https://github.com/chembl/chembl_multitask_model

Is there a python code in chembl_webresource_client to find the target predictions for a small molecule?