Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar257ammar authored Aug 8, 2022
1 parent 1357743 commit 9d2e942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PSnpBind-ML: A machine learning approach to predict the binding pocket SNP's effects on protein-ligand binding affinity

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ammar257ammar/PSnpBind-ML/ccde6b4f84f9d1b9425b3fc271ddf72f91dca17c) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ammar257ammar/PSnpBind-ML-notebook) ![GitHub top language](https://img.shields.io/github/languages/top/ammar257ammar/PSnpBind-ML-notebook) ![GitHub](https://img.shields.io/github/license/ammar257ammar/PSnpBind-ML-notebook) [![DOI](https://zenodo.org/badge/512651730.svg)](https://zenodo.org/badge/latestdoi/512651730)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ammar257ammar/PSnpBind-ML-notebook/ccde6b4f84f9d1b9425b3fc271ddf72f91dca17c) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ammar257ammar/PSnpBind-ML-notebook) ![GitHub top language](https://img.shields.io/github/languages/top/ammar257ammar/PSnpBind-ML-notebook) ![GitHub](https://img.shields.io/github/license/ammar257ammar/PSnpBind-ML-notebook) [![DOI](https://zenodo.org/badge/512651730.svg)](https://zenodo.org/badge/latestdoi/512651730)


Protein mutations, especially the ones occurring in the binding site, play an important role in inter-individual drug response and may alter binding affinity and thus impact the drug's efficacy and side effects. Unfortunately, large-scale experimental screening of ligand-binding against protein variants is still unavailable due to the time-consuming and expensive experimental costs. Alternatively, in silico approaches like machine learning can play a pioneering role in guiding those experiments. In fact, many methods have been applied from computationally cheaper machine learning (ML) models to the more expensive molecular dynamics methods to accurately predict the mutation effects. However, these effects have been studied on mostly limited and small datasets while, ideally, a large dataset of binding affinity changes due to binding site mutations is needed. In this work, we used the PSnpBind database to train a machine learning model predicting protein-ligand binding affinity and the effect of binding site single point mutations on it. Numerical representation of protein, pocket, mutation, and ligand information was encoded using 256 features among which about half of them were manually crafted based on domain knowledge. A machine learning approach composed of two regression models was proposed, the first predicting wild-type protein-ligand binding affinity while the second predicting the mutated protein-ligand binding affinity. The best performance model reported an RMSE value within 0.5-0.6 kcal/mol<sup>-1</sup> on an independent test set with an R<sup>2</sup> value of 0.87-0.89 and a prediction speed of 0.1 ms per instance. We report an improvement in the prediction performance compared to several reported models developed for protein-ligand binding affinity prediction. The obtained models can be used as a complementary method in early-stage drug discovery. They can be applied to rapidly obtain a better overview of the ligand binding affinity changes across protein variants carried by people in the population and narrow down the search space where more time-demanding methods can be used to identify potential leads that achieve a better affinity overall protein variants.
Expand All @@ -11,7 +11,7 @@ Protein mutations, especially the ones occurring in the binding site, play an im
## Usage
The whole code is reproducible via MyBinder. You can just launch an instance of Jypyter lab populated with the files in the repository and start running the notebooks.
This can be done via the button:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ammar257ammar/PSnpBind-ML/ccde6b4f84f9d1b9425b3fc271ddf72f91dca17c)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ammar257ammar/PSnpBind-ML-notebook/ccde6b4f84f9d1b9425b3fc271ddf72f91dca17c)

Otherwise, you can launch an instance of Jupyter lab on your local machine or server using the following command

Expand Down

0 comments on commit 9d2e942

Please sign in to comment.