https://github.com/aalto-ics-kepaco/combofm

Machine learning framework for predicting the responses of drug combinations in pre-clinical studies, such as those based on cell lines or patient-derived cells.

https://github.com/aalto-ics-kepaco/combofm

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Machine learning framework for predicting the responses of drug combinations in pre-clinical studies, such as those based on cell lines or patient-derived cells.

Basic Info
  • Host: GitHub
  • Owner: aalto-ics-kepaco
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 140 MB
Statistics
  • Stars: 26
  • Watchers: 3
  • Forks: 14
  • Open Issues: 2
  • Releases: 0
Created over 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme

README.md

comboFM: leveraging multi-way interactions for systematic prediction of drug combination effects

Overview

comboFM is a machine learning framework for predicting the responses of drug combinations in pre-clinical studies, such as those based on cell lines or patient-derived cells, implemented in Python.

The data used in the experiments is available on: https://zenodo.org/record/3782333#.XyA-xx1RXyw.

Instructions

comboFM_nestedCV.py contains the script for running the full nested cross-validation (CV). The script takes a number identifying the outer CV loop as an input argument, which allows to parallelize the computations using array jobs. One should also pass the name of the prediction scenario as an input argument, which has to be one of the following options: 1. newdose-responsematrixentries: imputing missing entries in otherwise known dose-response matrices. 2. newdose-responsematrices: making predictions for completely held out dose-response matrices, such that the drug pair has still been observed in other cell lines. 3. newdrug_combinations: making predictions for completely held out drug combinations, such that the individual drugs are still be observed individually in other combinations. In all prediction settings, it is assumed that the monotherapy responses of single drugs in a combination are known (i.e. these are included the training set). We recommend using GPUs for more efficient computations.

comboFM__example.py contains an example of running comboFM for one outer cross-validation fold with fixed parameters to enable testing without having to run the full nested cross-validation procedure.

comboFM_validation.py contains the script for running an experiment on the validation dataset consisting of the remaining NCI-ALMANAC data not used in the method development.

RF_nestedCV.py contains the script for running the full nested cross-validation (CV) procedure with rarndom forerst.

cross-validation_folds stores the cross-validation folds for 10x5 nested CV used in the experiments (10 outer folds, 5 inner folds) for the three prediction settings described above. The folds are designed for duplicated training data in which both of the drugs in a combination are included in both positions such that the symmetry of the drug combinations is taken into account (Drug A - Drug B, Drug B - Drug A), i.e. this informs the algorithm that the combination of drug A with drug B should be considered the same as the combination of drug B with drug A.

preprocessing contains R scripts that were used in preprocessing and extracting the features.

experimentalvalidationdata contains the results from experimental validation described in the article (also available on Zenodo).

Dependencies

  • numpy
  • scikit-learn
  • scipy
  • tqdm
  • tensorflow 1.0+

comboFM also requires installation of TensorFlow-based factorization machine (Mikhail Trofimov and Alexander Novikov. TFFM: TensorFlow implementation of an arbitrary order Factorization Machine, 2016. https://github.com/geffy/tffm). TFFM can be installed e.g. by pip install tffm.

Citing comboFM

comboFM is described in the following article:

Julkunen, H.; Cichonska, A.; Gautam, P.; Szedmak, S.; Douat, J.; Pahikkala, T.; Aittokallio, T. and Rousu, J. comboFM: leveraging multi-way interactions for systematic prediction of drug combination effects.

Owner

  • Name: KEPACO
  • Login: aalto-ics-kepaco
  • Kind: organization
  • Location: Espoo, Finland

Kernel Machines, Pattern Analysis and Computational Metabolomics - Research group at Aalto University

GitHub Events

Total
Last Year