CPI_prediction
CPI predictor
CPI prediction tool using graph neural networks and convolutional neural networks
This is a code for compound-protein interaction (CPI) prediction based on a graph neural network (GNN) for compounds and a convolutional neural network (CNN) for proteins.
159 stars
6 watching
36 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
muhaochen/seq_ppi | A deep learning framework for predicting protein-protein interactions based on sequence data | 89 |
benedekrozemberczki/capsgnn | A PyTorch implementation of a graph neural network architecture | 1,246 |
jaechanglim/gnn_dti | This project implements a deep learning approach to predicting docking affinities for molecules with proteins | 66 |
txie-93/cgcnn | An implementation of a deep learning framework to predict material properties from crystal structures. | 657 |
bjoux2/deepdtis_dbn | A Python framework for deep learning-based drug-target interaction prediction using a DBN architecture. | 48 |
atomistic-machine-learning/dtnn | An open-source Python framework for developing machine learning models to predict quantum-mechanical observables of molecular systems. | 77 |
thinng/graphdta | Predicts drug-target binding affinity using graph neural networks | 222 |
lifanchen-simm/transformercpi | Develops a deep learning model to predict compound-protein interactions by leveraging sequence-based learning and self-attention mechanisms | 134 |
lishuya17/monn | A framework for predicting pairwise non-covalent interactions and binding affinities between compounds and proteins using machine learning | 100 |
mrgemy95/visual-interaction-networks-pytorch | An implementation of Deepmind's Visual Interaction Networks using PyTorch to predict future events in physical scenes. | 166 |
paularindam/chemixnet | A deep learning framework for predicting chemical properties using mixed neural architectures and multiple molecular representations | 1 |
cangermueller/deepcpg | A deep learning framework for predicting DNA methylation states from incomplete data. | 143 |
benedekrozemberczki/appnp | A PyTorch implementation of a graph neural network model that learns personalized node representations | 363 |
gist-csbl/deepconv-dti | A Python script for training and testing deep learning models to predict drug-target interactions | 71 |
atomistic-machine-learning/schnetpack | A toolbox for training and applying deep neural networks to predict atomistic properties of molecules and materials | 789 |