Topic: Programming Python
Question: Come out with a basic simulation model to simulate tumour growth which follows the paper CPM and LGCA.
Outline of this simulation - Simulation of tumour growth
(1) Set up the lattice sites (i.e. check board which houses the cells), in which cells lives in it.
(2) Define status of a cell (it has 4 possible status in which it can transit to):
Two Category - i. Cancer and ii. Neerotic
Cancer -
1. Proliferative
2. Apoptotic
Neerotic
3. Quiescent
4. Neerotic
(3) Run the simulation (the tumour will grow bigger over each time step).
Attachment:- Assignment Files.rar