RangeShifter / RScore

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

Enabling pleiotropy #58

Open TheoPannetier opened 2 months ago

TheoPannetier commented 2 months ago

With RangeShifter 3.0 and the rework of genetics, pleiotropy is no longer possible. Two traits may use the same positions in the genome, but the mutation and expression of their alleles are resolved independently. The only effect of this genetic overlap will be genetic linkage between the two traits.

Pleiotropy may be desirable, and may not be too complicated to implement - this is to be considered.