Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Implementation of a mammary tumor growth ODE model.

Notifications You must be signed in to change notification settings

juliorodrigues07/tumor_growth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.10.6

Tumor Growth

Implementation of a mammary tumor growth model in rats with Delay Differential Equations - DDE (PA from Computational Modeling course - DCOMP - UFSJ).

Requirements

  • Python3 and pip package manager:

    sudo apt install python3 python3-pip build-essential python3-dev
    
  • pandas library:

    pip install pandas
    
  • SciPy library:

    pip install scipy
    
  • Matplotlib library:

    pip install matplotlib
    
  • numpy library:

    pip install numpy
    

To install all dependencies

./install_dependencies.sh

Execution

You can change the referred dataset (treated or untreated rats), plot the error evolution for each one of them, alter cisplatin dose, as well as raise or lower the ODE delay, just by modifying some source code lines.

Parameter Estimation

python3 differential_evolution.py

Simulation

python3 simulate.py