Bertinus / FLeCS

Flexible and Learnable Cell Simulator
MIT License
8 stars 1 forks source link

Figure out if we can encode communication between cells #38

Closed Bertinus closed 1 year ago

Bertinus commented 1 year ago

Take inspiration from https://www.biorxiv.org/content/10.1101/2022.10.15.512320v1.full.pdf

The CellPop object would contain some kind of adjacency matrix between individual cells, as well as their coordinates. Neighbouring cells would exchange information and influence each other's states.

Bertinus commented 1 year ago

covered in the "presentation notebook" issue now