View source: R/preferential_pairing.R
calc_prefpair_profiles | R Documentation |
Given the genotype conditional probabilities for a map, this function computes the probability profiles for all possible homolog pairing configurations in both parents.
calc_prefpair_profiles(input.genoprobs, verbose = TRUE)
input.genoprobs |
an object of class |
verbose |
if |
Marcelo Mollinari, mmollin@ncsu.edu and Guilherme Pereira, g.pereira@cgiar.org
Mollinari M., Olukolu B. A., Pereira G. da S., Khan A., Gemenet D., Yencho G. C., Zeng Z-B. (2020), Unraveling the Hexaploid Sweetpotato Inheritance Using Ultra-Dense Multilocus Mapping, _G3: Genes, Genomes, Genetics_. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1534/g3.119.400620")}
## tetraploid example
w1 <- lapply(solcap.dose.map[1:12], calc_genoprob)
x1 <- calc_prefpair_profiles(w1)
print(x1)
plot(x1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.