Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 563 Bytes

DRPreter (Drug Response PREdictor and interpreTER)

DRPreter: Interpretable Anticancer Drug Response Prediction Using Knowledge-Guided Graph Neural Networks and Transformer

DRPreter

1. Create cell-line data

python3 cellline_graph.py

2. Create drug data

python3 drug_graph.py

3. Train a model

python3 main.py --mode train

4. Interpret model with trained model

python3 main.py --mode test --seed 0