Current code base is based on
Our work introduces a novel representation learning approach that incorporates drug response information during the domain-invariant representation learning phase. We also utilize weak supervision aided by subset selection to efficiently predict drug responses, leveraging patient genomic profiles without documented drug response.
- Install anaconda: Instructions here: https://www.anaconda.com/download/
- pip install -r requirements.txt
- Download benchmark datasets (CODE-AE) available at Zenodo [http://doi.org/10.5281/zenodo.4776448] (version 2.0)
- Changed the
root dir
in theconfig/data_config.py
to the address where benchmark dataset is saved. - Run main.py
- In addition to the standard argument-based configuration used in previous work, additional configuration parameters have been provided in
config/
.