Effects
Apply random effects.
apply_effects(scenario)
Apply mix of random effects to scenario.
Source code in src/snailz/effects.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
assign_sample_locations(grids, specimens)
Allocate specimens to grid locations.
Source code in src/snailz/effects.py
38 39 40 41 42 43 44 45 46 47 48 |
|
choose_assay_date(params, specimen)
Determine date assay performed.
Source code in src/snailz/effects.py
51 52 53 54 |
|