skoc / deep-learning-drug-response

Deep Learning based Drug Response Predication with public Omics datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deep-learning-drug-response

License: MIT

Deep Learning solutions for drug response prediction in public omics datasets.

Description

Briefly, first feature selection with Autoencoder (for extracting feature subspace) or Lasso (for variable selection) then fully connected network is used as a predictive model to the extracted feature subspace for final prediction of selected chemotherapy drugs.

Details will be updated...

Dataset

Dataset is publicly available. Currently Gene Expression data is used for the drug response prediction. In the near future, planning to add two more omics files (CNV, Mutation) to improve the prediction achieved with Gene Expression data.

Run on Google Colab

Run the pipeline on Google Colab easily: Deep Learning Drug Response Colab

Pipeline hyperparameter configuration

Tweak training parameters with file placed in config/setup.yml

About

Deep Learning based Drug Response Predication with public Omics datasets

License:MIT License


Languages

Language:Python 90.2%Language:Jupyter Notebook 9.8%