Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 840 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 840 Bytes

Cellular_Growth_CA

Python-based code to perform Cellular Automata simulation and modeling of growing cells in 2D.

Modeling Cell Growth

Cell_Growth

Including replication and segregation

Colony_Segregation

Developed codes

Base Codes

celular_growth_ca.py : is the "main" code to perform the simulations

cgca_functions.py : it includes all the functions used to perform the simulations.

Suplementary Codes

ratios_simulations.py : Run a number of simulations with different values of one parameter (growth rate ratios in this case).

make_plots.py : Makes plots of the data ceollected from the simulations.