Given the genotype conditional probabilities for a map, this function
computes the probability profiles for all possible homolog pairing
configurations in both parents.
if TRUE (default), the current progress is shown; if
FALSE, no output is produced
References
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_.
10.1534/g3.119.400620
# NOT RUN {## tetraploid example w1 <- lapply(solcap.dose.map[1:12], calc_genoprob)
x1 <- calc_prefpair_profiles(w1)
print(x1)
plot(x1)
# }# NOT RUN {# }