{% extends "layout.html" %} {% block title %}Home{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
ReSim (chemoREsistance SIMulator) simulates cancer chemoresistance dynamics. It is based on a stochastic model describing the interaction between chemotheraputics and various cancer cell subpopulations (including sensitive, primary resistant, aquired resistant and quiescent cancer cells).
Web application (powered by Flask) provides a simplified version, and a convenient way to visualize result. Use CUI if you need more control in input params. Both versions are written in Python2.7.