cpmjs

Cellular Potts Model implementation

Usage no npm install needed!

<script type="module">
  import cpmjs from 'https://cdn.skypack.dev/cpmjs';
</script>

README

cpm

Cellular Potts Model implementation

Implements a simple Cellular Potts Model in javascript. Code includes the extension for cell migration published in

Ioana Niculescu, Johannes Textor, Rob J. de Boer: Crawling and Gliding: A Computational Model for Shape-Driven Cell Migration PLoS Computational Biology 11(10): e1004280 http://dx.doi.org/10.1371/journal.pcbi.1004280

How it works

This is a node.js module, which can also run in the browser.

Browser examples

We have the following examples for web-browser CPMs:

Node examples

TBD