Python-based code to perform Cellular Automata simulation and modeling of growing cells in 2D.
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.
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.