RangeShifter / RScore

RangeShifter's core simulation code
GNU General Public License v3.0
0 stars 0 forks source link

If an allele is largely more dominant than its homologue, only this allele expresses #48

Closed TheoPannetier closed 1 month ago

TheoPannetier commented 3 months ago

Dominance usage

If Alleles a and b are paired and sA = 1, sB = 0, hA = 10000000, hB = 1, then individual dies.

If hA = 0.5, hB = 0.5, then individual survives on a coin flip (check multiple times to assert this)

TheoPannetier commented 1 month ago

Done