drbounds | R Documentation |
Provides the upper bounds on the double reduction rates based on the formulas in Huang et al. (2019). There are two upper bounds provided. The upper bound from complete equational separation is higher than the upper bound from the pure random chromatid segregation.
drbounds(ploidy, model = c("ces", "prcs"))
ploidy |
The ploidy |
model |
Either complete equational segregation ( |
A vector of length floor(ploidy / 4)
containing the upper bounds
on the rates of double reduction. The i
the element is the
upper bound on the probability that there are i
pairs of
identical by double reduction alleles in a gamete.
David Gerard
Haldane, J. B. S. (1930). Theoretical genetics of autopolyploids. Journal of genetics, 22, 359-372. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/BF02984197")}
Huang, K., Wang, T., Dunn, D. W., Zhang, P., Cao, X., Liu, R., & Li, B. (2019). Genotypic frequencies at equilibrium for polysomic inheritance under double-reduction. G3: Genes, Genomes, Genetics, 9(5), 1693-1706. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1534/g3.119.400132")}
Mather, K. (1935). Reductional and equational separation of the chromosomes in bivalents and multivalents. Journal of genetics, 30, 53-78. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/BF02982205")}
drbounds(4)
drbounds(6)
drbounds(8)
drbounds(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.