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 individual r_b. The proliferation rate of newborns is drawn from trunc_gauss(). If interaction_params['track_inheritance'] is True the family index of the mother cell is copied to the daughter.

Parameters:

lgca (BaseLGCA) – LGCA object being modified.

Notes

lgca and its property lists are altered in place.