Skip to content

Sandholm-Lab/treatment-opt-pancancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treatment Optimization Pan-cancer

This project uses optimization algorithm to discover efficicent multi-drug combinations to treat various lines of cancer cells. Fabian Fröhlich's (https://github.com/FFroehlich/reference_simulator) pan-cancer pathway model is employed to predict the efficiency of drug combinations

To run this software the following steps are required:

pip install python-libsbml
pip install amici
pip install petab==0.0.0a16
pip install gym
  • Run src/reference_simulator/build_model.py to create the necessary binarys to run the simulator (this takes arround 1h).
  • Check if the software is running as expected by executing: python -m unittest discover /test -v

A list with required dependencies is provided in /other.

The source code contained in the folder src/sampler is based on Ari Pakman's GitHub repository https://github.com/aripakman/hmc-tmg and is subject to a MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published