lgca.ib_interactions.go_or_grow

lgca.ib_interactions.go_or_grow(lgca)

Implement the go-or-grow interaction scheme.

Cells stochastically switch between moving and resting states based on the local density and their parameters kappa and theta. Resting cells can proliferate with probability interaction_params['r_b']. The parameters kappa_std and theta_std determine the variance of these traits inherited by daughter cells.

Parameters:

lgca (BaseLGCA) – LGCA object to operate on.

Notes

The LGCA is updated in place.