-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Dominance could be added to tstrait, as we obtain the genotype of individuals in the intermediate step of the simulation. We can let tstrait do:
- 0 mutation: Nothing
- 1 mutation: Add effect size + dominance effect
- 2 mutation: Add effect size * 2
instead of simply adding effect size * number of causal mutations to the genetic values of individuals.
I assume that the following steps will be required:
- Create a new function for simulating individuals with dominance, as the computational speed of tstrait will drop with dominance
- Create DominanceModel to control how dominance effects are being simulated
- Statistical test to test dominance
Metadata
Metadata
Assignees
Labels
No labels