Skip to content

hikuru/MatchMakerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatchMakerApp: A Deep Learning Command Line Application for Drug Synergy Prediction

MatchMakerApp is a command line application that predict Loewe synergy score of two given drugs.

MatchMakerApp uses the our deep learning model MatchMaker.

You can predict the synergy score of any two drugs by using their PubChem CIDs and select the tissue and cell line available in the application.


Abstract

Drug combination therapies have been a viable strategy for the treatment of complex diseases such as cancer due to increased efficacy and reduced side effects. However, experimentally validating all possible combinations for synergistic interaction even with highthroughout screens is intractable due to vast combinatorial search space. Computational techniques can reduce the number of combinations to be evaluated experimentally by prioritizing promising candidates. We present MatchMaker that predicts drug synergy scores using drug chemical structure information and gene expression profiles of cell lines in a deep learning framework. For the first time, our model utilizes the largest known drug combination dataset to date, DrugComb. We compare the performance of MatchMaker with the state-of-the-art models and observe up to ∼ 20% correlation and ∼ 40% mean squared error (MSE) improvements over the next best method. We investigate the cell types and drug pairs that are relatively harder to predict and present novel candidate pairs.


Authors

Halil Ibrahim Kuru, Oznur Tastan, A. Ercument Cicek


Instructions Manual

Requirements

  • Python 3.7
  • Numpy 1.18.1
  • Scipy 1.4.1
  • Pandas 1.0.1
  • Tensorflow 2.1.0
  • Tensorflow-gpu 2.1.0
  • Scikit-Learn 0.22.1
  • keras-metrics 1.1.0
  • h5py 2.10.0
  • cudnn 7.6.5 (for gpu support only)

Drug Synergy Prediction with MatchMakerApp

Download pretrained weights from link, and extract it into matchmaker/

Download drug information data from link, extract all files into data/

Run main Python script

$ python main.py

References

  • Kuru, Halil Ibrahim, Oznur Tastan, and A. Ercument Cicek. "MatchMaker: A Deep Learning Framework for Drug Synergy Prediction." bioRxiv (2020).

License

About

MatchMaker command line application

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages