lgca.ib_interactions.birth¶
- lgca.ib_interactions.birth(lgca)¶
Create daughter cells according to individual proliferation rates.
- Parameters:
lgca (BaseLGCA) – LGCA object to update.
Notes
lgca.nodesandlgca.props['r_b']are changed in place. The proliferation rate of each daughter cell is drawn fromtrunc_gauss()with limits0andinteraction_params['a_max']and widthinteraction_params['std'].