This function creates a 1 locus maternal-toxin/zygotic-antidote system. This is similar to the construct called UDmel. There is no resistance generation in this model. This drive has 3 alleles at 1 locus:
A: Maternal-toxin 1, zygotic-antidote 2
B: Maternal-toxin 2, zygotic-antidote 1
W: Wild-type allele
cubeOneLocusTA(
TAEfficacy = 1,
TBEfficacy = 1,
eta = NULL,
phi = NULL,
omega = NULL,
xiF = NULL,
xiM = NULL,
s = NULL
)
Maternal toxin A efficacy
Maternal toxin B efficacy
Genotype-specific mating fitness
Genotype-specific sex ratio at emergence
Genotype-specific multiplicative modifier of adult mortality
Genotype-specific female pupatory success
Genotype-specific male pupatory success
Genotype-specific fractional reduction(increase) in fertility
Named list containing the inheritance cube, transition matrix, genotypes, wild-type allele, and all genotype-specific parameters.