Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.63 KB

File metadata and controls

42 lines (36 loc) · 1.63 KB

DTSyn(Dual-Transformer neural network predicting Synergistic pairs)

中文版本 English Version

background

Drug combinations, compared to monotherapies, have the potential to increase efficacy, reduce host toxicity and overcome drug resistance. However, screening novel synergistic drug pairs is challenging due to the enormous number of potential combination space. Further, lacking the understanding of mechanism of action (MoA) also limits the application of drug combinations. Our model utilizes different granularity level transformers to capture biological interactions from different dimensions.

dataset

drug combinations can be stored in directory data.

training data

cd data && "wget https://baidu-nlp.bj.bcebos.com/PaddleHelix/datasets/drug_synergy_datasets/DTSyn.tgz" && tar xzvf DTSyn.tgz

usage

We use main.py for illustration, the cmdline is as follows:

CUDA_VISIBLE_DEVICES=0 python3 main.py 
                         --ddi ./data/ddi.csv
                         --lincs ./data//gene_vector.csv
                         --rna ./data/rna.csv
                         --epochs 150  

Reference

DTSyn

@article{jing2022DTSyn, title={DTSyn: a dual-transformer-based neural network to predict synergistic drug combinations}, author={Jing Hu, Jie Gao, Xiaomin Fang, Zijing Liu, Fan Wang, Weili Huang, Hua Wu, Guodong Zhao}, journal={preprint on bioRxiv} } }