Model Suggestions #694
Replies: 6 comments 7 replies
-
I can start by suggesting a model published in Nature Chemical Biology a few days ago: Deep learning-guided discovery of an antibiotic targeting Acinetobacter baumannii Using the Chemprop network, the authors (original developers of Chemprop) develop a model to predict novel A.Baumanni inhibitors using a dataset of 7500 in vitro experimental datapoints and led to the discovery of a new drug candidate with good in vitro and in vivo activity. |
Beta Was this translation helpful? Give feedback.
-
I'm suggesting a model: SMILES Transformer: Pre-trained Molecular Fingerprint for Low Data Drug Discovery. You can find the it's published paper here |
Beta Was this translation helpful? Give feedback.
-
I would like to suggest miDruglikeness: Subdivisional Drug-Likeness Prediction Models Using Active Ensemble Learning Strategies . The paper was published in Biomolecules 2023 and it can be accessed here The code and datasets used are available in this repo (No License details provided) |
Beta Was this translation helpful? Give feedback.
-
Model:GNN-MTB: An Anti-Mycobacterium Drug Virtual Screening Model Based on Graph Neural Network Model Description:The paper implements and builds an anti-Tuberculosis inhibitor prediction model based on Curriculum Learning (CL) and Graph Neural Network (GNN) methods. They used the data of 10,789 compounds collected from the open-access drug experiment data (ChEMBL) to carry out the training and validation of this virtual screening model for anti-tuberculosis drugs Publication:https://manu44.magtech.com.cn/Jwk_infotech_wk3/EN/abstract/abstract5544.shtml Github Repo: Licence:None |
Beta Was this translation helpful? Give feedback.
-
I'm suggesting a model: Virtual screening of DrugBank database for hERG blockers using topological Laplacian-assisted AI models. You can find the it's published paper here The potential blockade of the potassium ion channel can lead to fatal disorders and/or long QT syndrome. Numerous drugs have been withdrawn due to their severe hERG-cardiotoxicity. Assessing the hERG blockade activity in the early stages of drug discovery is of utmost importance. In this paper, their focus specifically lies in evaluating the hERG-cardiotoxicity of compounds collected in the DrugBank database, given that many of these compounds have already been approved for therapeutic treatments or exhibit high potential to become drugs. They design accurate and robust classifiers for blockers/non-blockers and then build regressors to quantitatively analyze the binding potency of the DrugBank compounds on the hERG channel. Molecular sequences are embedded with two natural language processing (NPL) methods, namely, autoencoder and transformer. The github code for the model is available here with No License details provided. |
Beta Was this translation helpful? Give feedback.
-
I'm suggesting a model: Accurate ADMET Prediction with XGBoost. You can find it's published paper here ADMET (absorption, distribution, metabolism, excretion, and toxicity) properties play a crucial role in drug discovery as they determine the effectiveness and safety of drugs. In this study, they utilized a combination of features such as fingerprints and descriptors, along with a tree-based machine learning model called extreme gradient boosting, to accurately predict ADMET properties. This model demonstrated excellent performance in the Therapeutics Data Commons ADMET benchmark group. Among the 22 tasks, this model achieved the top rank in 18 tasks and was among the top 3 in 21 tasks. The trained machine learning models have been integrated into ADMETboost, a publicly accessible web server available at https://ai-druglab.smu.edu/admet. The checkpoints are not available but they have provided with the code |
Beta Was this translation helpful? Give feedback.
-
This is an open discussion where new models can be suggested!
If the community finds them interesting and aligned to Ersilia's topics of interest, we will include them in the TODO list here.
At this moment, we are looking for models that:
🦠 Relate to infectious diseases
💊 Tackle any stage of the drug discovery cascade
🐍 Are written in Python (unless the model contributor is expert in another language and feels ready to tackle integration)
📝 Are published in the scientific literature at least as a pre print
🔓Are Open Source
Please, when suggesting a new model, provide a short description of it, why is it relevant to Ersilia and the links to the publication and code
Beta Was this translation helpful? Give feedback.
All reactions