cubeReciprocalTranslocations {MGDrivE} | R Documentation |
Inheritance Cube: Reciprocal Translocation
Description
This function creates an inheritance cube to model a reciprocal translocation.
This technology was the original form of underdominant system. It involves 2
chromosomes, each with two alleles.
This drive has 4 alleles at 2 loci:
a: Wild-type at locus A
A: Translocation at locus A
b: Wile-type at locus B
B: Translocation at locus B
Usage
cubeReciprocalTranslocations(
eta = NULL,
phi = NULL,
omega = NULL,
xiF = NULL,
xiM = NULL,
s = NULL
)
Arguments
eta |
Genotype-specific mating fitness |
phi |
Genotype-specific sex ratio at emergence |
omega |
Genotype-specific multiplicative modifier of adult mortality |
xiF |
Genotype-specific female pupatory success |
xiM |
Genotype-specific male pupatory success |
s |
Genotype-specific fractional reduction(increase) in fertility |
Value
Named list containing the inheritance cube, transition matrix, genotypes, wild-type allele, and all genotype-specific parameters.
[Package MGDrivE version 1.6.0 Index]