CS 184C Spring 2020 Final project. This project simulates a tissue with the following types of cells:
- tba
our base code is forked from https://github.com/shippy/cell-activation-model
and more details about the methods implemented can be found here:
- tba
Setup Have anaconda or miniconda installed. creata a conda environment. I called my environment cell-mesa
conda env create --name cell-mesa python=3.7
conda activate cell-mesa
pip install -r requirements.txt