lgca.ib_interactions.birthdeath¶
- lgca.ib_interactions.birthdeath(lgca)¶
Birth-death dynamics with mutating proliferation rates.
Cells die with probability
interaction_params['r_d']. Surviving cells proliferate according to their individualr_b. The proliferation rate of newborns is drawn fromtrunc_gauss(). Ifinteraction_params['track_inheritance']isTruethe family index of the mother cell is copied to the daughter.- Parameters:
lgca (BaseLGCA) – LGCA object being modified.
Notes
lgcaand its property lists are altered in place.