Transfer learning And Crowdsourcing to predict Therapeutic Interactions Cross-species.
This GitHub repository contains all code and data files used to develop the TACTIC approach (citation below).
Chung, C. H., Chang, D. C., Rhoads, N. M., Shay, M. R., Srinivasan, K., Okezue, M. A., Brunaugh, A. D., and Chandrasekaran, S. (2024). Transfer learning predicts species-specific drug interactions in emerging pathogens. bioRxiv preprint
pip install -r requirements.txtTACTIC
├───data/ [data files]
│ ├───Endophthalmitis/ [endophthalmitis strain data and orthology files]
│ ├───GSEA/ [gene set enrichment analysis gene lists]
│ ├───OrtholugeDB/ [gene orthology maps vs. E. coli MG1655 and M. tb H37Rv]
│ └───sample/ [tutorial sample data for K. pneumoniae]
│ LICENSE
│ README.md
│ requirements.txt [Python package dependencies]
│ TACTIC_analysis.ipynb [core manuscript analyses: model training, holdout validation, prediction landscape]
│ TACTIC_logo.png
│ TACTIC_tutorial.ipynb [walkthrough for extending TACTIC to new strains/drugs]
│ TACTIC_visualization.ipynb [generates all publication figures from TACTIC_data.pkl]
Released via GPL GNU License
© 2024 The Regents of the University of Michigan
Chandrasekaran Research Group - https://systemsbiologylab.org/
Contact: csriram@umich.edu
