Expand description
The classes defining the proliferative advantage.
Structs§
- Distributions
- Distribution probabilities for the simulations upon cell division.
- SubClone
- A group of cells sharing the same genetic background with a specific proliferation rate.
- SubClones
- A collection of subclones each having their proliferative advantage. This collection contains the neutral clone as well.
- Variants
- Number of cells in subclones.
Enums§
- Fitness
- Fitness models implemented so far.
Functions§
- from_
mean_ std_ to_ shape_ scale - next_
clone - Returns a
CloneId
to which the stem cell must be assigned by sampling a fit variant. - proliferating_
cell - Determine which cells will proliferate by randomly selecting a cell
from the subclone with id
subclone_id
. This will also remove the random selected cell from the subclone, hence subclones are borrowed mutably. - save_
variant_ fraction