Skip to content

A deep learning approach for the prediction of cancer drugs synergy

Notifications You must be signed in to change notification settings

annatorkamannia/SYNDEEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Overview

SYNDEEP is a deep neural network model developed for predicting drug synergy in cancer cell lines. In comparison to existing methods, SYNDEEP integrates a diverse set of features, including drug-target interactions, protein-protein interactions, protein-metabolite interactions, genomic features (gene expression, mutations, and differential methylation), chemical structures, and cell lines. The model excels in accurately predicting synergistic effects, showcasing its potential in optimizing cancer treatment strategies. The prediction accuracy and AUC metrics for this model were 92.21% and 97.32% in 10-fold cross-validation.

Materials and Methods

  • Thorough explanation of data acquisition from the NCI-ALMANAC dataset.
  • Feature extraction details from drug-target interactions, protein-protein interactions, and more.
  • Construction of a network of features and feature groups.

Construction of Deep Neural Network Model:

  • In-depth insight into the Multi-layer perceptron (MLP) architecture.
  • Hyperparameter settings, activation functions, and loss function.

Evaluation Criteria

  • Explanation of the 10-fold cross-validation.
  • Key evaluation metrics such as accuracy, sensitivity, specificity, precision, F-Score, MCC, and Cohen's kappa.

Computational Equipment

  • Overview of the software environment, including Python 3.7, Keras, Scikit-learn, and the usage of Google Colab.

Usage

Requirements

  • Python 3.7 or later
  • Required libraries: Keras, Scikit-learn.

Running SYNDEEP

  • Ensure you have the necessary dependencies installed.
  • Execute the provided code in a suitable environment.

Customization

  • You can customize the model based on your specific dataset and requirements.
  • Adjust hyperparameters and feature groups for optimal performance.

Citation

  • If you used our work and found the provided data helpful please cite:
  • Torkamannia, A., Omidi, Y. & Ferdousi, R. SYNDEEP: a deep learning approach for the prediction of cancer drugs synergy. Sci Rep 13, 6184 (2023). https://doi.org/10.1038/s41598-023-33271-3

About

A deep learning approach for the prediction of cancer drugs synergy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages