{% extends "layout.html" %} {% block title %}Home{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

ReSim


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.

Get Started


Let's start using ReSim.


Simulate

Latest News


01/2018    Currently in beta release. Reposited in  GitHub.

{% endblock %}