fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
GNU General Public License v3.0
27
stars
11
forks
source link
Make multi-locus/region API for recombination more flexible #48
Closed
molpopgen closed 7 years ago
The current scheme for multi-locus evolution requires the following:
The between locus recombination function would typically have one of the two following forms:
or
Ideally, one should be able to mix these types of processes.
The proposal is that the API get reduced to take a single argument of the following type:
This change would allow much more flexibility. For example, we can have a 3-locus system with two tightly-linked and one unlinked locus: