This is a sex-specific version of the original cube cubeHoming1RA
. It assumes that the construct
is on an autosome and there can be different male/female homing rates. It also has
maternal deposition, i.e., when the male provides a W allele to a female with a H allele,
some portion are cut during oogenesis.
If the maternal deposition parameters are zero (d* parameters), this is a normal
CRISPR drive.
cubeHomingDrive(
cM = 1,
cF = 1,
dF = 0,
chM = 0,
crM = 0,
chF = 0,
crF = 0,
dhF = 0,
drF = 0,
eta = NULL,
phi = NULL,
omega = NULL,
xiF = NULL,
xiM = NULL,
s = NULL
)
Male homing rate
Female homing rate
Female deposition homing rate
Male correct homing rate
Male resistance generating rate
Female correct homing rate
Female resistance generating rate
Female correct deposition rate
Female resistance deposition rate
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.