Numpy (probably already installed):
$ pip install --user numpyNumba:
$ pip install --user numbaMatplotlib:
$ pip install --user matplotlibThe main features of the library are:
- the numerical computation of the coupled dynamical system modeling the evolution of the pancreatic cancer and axons' remodeling,
- the numerical computation of in silico denervation on the system,
- the visualization of the evolution of the solution.
More details about the dynamical system can be found in CCHMMP.
Library of functions in order to compute the examples. The functions are organized in the following categories:
- the setting of the parameters,
- the discretization and computation of the coupled PDE and ODE equations,
- the in silico denervation,
- the visualization of the results.
The file "example_pde_axons.py" is a python program which computes the dynamical system, computes the system in silico denervated at defined times and plots the results: control solution and denervated solution and the axons (see CCHMMP for more details). Three sets of parameters are given, one can choose between these sets and modify the times of denervation. The program returns three figures :
- the evolution of the axons,
- the evolution of the total density of cancer cells,
- the evolution of the distribution of the cells over the phenotype axis.
$ python example_pde_axons.py