View source: R/utils_helpers.R
segreg_poly | R Documentation |
Computes the polysomic segregation frequency given a ploidy level and the dosage of the locus in both parents. It does not consider double reduction.
segreg_poly(ploidy, d.p1, d.p2)
ploidy |
the ploidy level |
d.p1 |
the dosage in parent P |
d.p2 |
the dosage in parent Q |
a vector containing the expected segregation frequency for all possible genotypic classes.
Marcelo Mollinari, mmollin@ncsu.edu
Mollinari, M., and Garcia, A. A. F. (2019) Linkage analysis and haplotype phasing in experimental autopolyploid populations with high ploidy level using hidden Markov models, _G3: Genes, Genomes, Genetics_. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1534/g3.119.400378")}
Serang O, Mollinari M, Garcia AAF (2012) Efficient Exact Maximum a Posteriori Computation for Bayesian SNP Genotyping in Polyploids. _PLoS ONE_ 7(2): e30906.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.