Skip to content

kunjiefan/anticancer-drug-synergy-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Anticancer-drug-synergy-prediction

Description

Here includes the code and data used for comparing several published machine learning (especially deep learning) models for predicting anti-cancer drug synergy.

Data

You can download the data we used for comparison from here data. Please Download the datasets and put the data folder in the same path as the code folder.

Requirement

Models are implemented using Python 3.6, and requires following packages:

  • Numpy
  • Pandas
  • tqdm
  • bisect
  • scikit-learn
  • tensorflow
  • keras

Steps

Step 1: decompress data files

unzip data.zip

Step 2: run different models

cd code
python main.py deepsynergy_preuer_2018
note: 'deepsynergy_preuer_2018' is one of the models we implemented. You can run other models by replacing 'deepsynergy_preuer_2018' with other names listed in code/method_config.py.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages