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
kappaandtheta. Resting cells can proliferate with probabilityinteraction_params['r_b']. The parameterskappa_stdandtheta_stddetermine the variance of these traits inherited by daughter cells.- Parameters:
lgca (BaseLGCA) – LGCA object to operate on.
Notes
The LGCA is updated in place.