paper-with-me

Papers

Deep Graph Convolutional Network and LSTM based approach for predicting drug-target binding affinity

2022-01-18 · Shrimon Mukherjee, Madhusudan Ghosh, Partha Basuchowdhuri

Development of new drugs is an expensive and time-consuming process. Due to the world-wide SARS-CoV-2 outbreak, it is essential that new drugs for SARS-CoV-2 are developed as soon as possible. Drug repurposing techniques can reduce the time span needed to develop new drugs by probing the list of existing FDA-approved drugs and their properties to reuse them for combating the new disease. We propose a novel architecture DeepGLSTM, which is a Graph Convolutional network and LSTM based method that predicts binding affinity values between the FDA-approved drugs and the viral proteins of SARS-CoV-2. Our proposed model has been trained on Davis, KIBA (Kinase Inhibitor Bioactivity), DTC (Drug Target Commons), Metz, ToxCast and STITCH datasets. We use our novel architecture to predict a Combined Score (calculated using Davis and KIBA score) of 2,304 FDA-approved drugs against 5 viral proteins. On the basis of the Combined Score, we prepare a list of the top-18 drugs with the highest binding affinity for 5 viral proteins present in SARS-CoV-2. Subsequently, this list may be used for the creation of new useful drugs.

📄 PDF Abstract BibTeX arXiv:2201.06872

Code (1)

mllab4cs/deepglstm 공식 구현 pytorch

Tasks

Drug Discovery

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Drug-Drug Interaction Prediction Based on Knowledge Graph Embeddings and Convolutional-LSTM Network

2019-08-04 · Md. Rezaul Karim, Michael Cochez, Joao Bosco Jares, Mamtaz Uddin 외

Interference between pharmacological substances can cause serious medical injuries. Correctly predicting so-called drug-drug interactions (DDI) does not only reduce these cases but can also result in a reduction of drug …

BIG-bench Machine LearningKnowledge Graph EmbeddingsKnowledge GraphsMarketing

Accelerating Drug Safety Assessment using Bidirectional-LSTM for SMILES Data

2024-07-08 · K. Venkateswara Rao, Dr. Kunjam Nageswara Rao, Dr. G. Sita Ratnam

Computational methods are useful in accelerating the pace of drug discovery. Drug discovery carries several steps such as target identification and validation, lead discovery, and lead optimisation etc., In the phase of …

Drug Discovery

Modeling Polypharmacy and Predicting Drug-Drug Interactions using Deep Generative Models on Multimodal Graphs

2023-02-17 · Nhat Khang Ngo, Truong Son Hy, Risi Kondor

Latent representations of drugs and their targets produced by contemporary graph autoencoder models have proved useful in predicting many types of node-pair interactions on large networks, including drug-drug, drug-targe…

Link Prediction

Predicting Drug-Drug Interactions using Deep Generative Models on Graphs

2022-09-14 · Nhat Khang Ngo, Truong Son Hy, Risi Kondor

Latent representations of drugs and their targets produced by contemporary graph autoencoder-based models have proved useful in predicting many types of node-pair interactions on large networks, including drug-drug, drug…

Link Prediction

DynamicDTA: Drug-Target Binding Affinity Prediction Using Dynamic Descriptors and Graph Representation

2025-05-13 · Dan Luo, Jinyu Zhou, Le Xu, Sisi Yuan 외

Predicting drug-target binding affinity (DTA) is essential for identifying potential therapeutic candidates in drug discovery. However, most existing models rely heavily on static protein structures, often overlooking th…

Drug Discovery