Last chance! 50% off unlimited learning
Sale ends in
Generate data.frame with genotypes estimated by HMM and its probabilities
progeny_haplotypes(..., ind = 1, group_names = NULL, most_likely = FALSE)
a data.frame information: individual (ind) and marker ID, group ID (grp), position in centimorgan (pos), genotypes probabilities (prob), parents, and the parents homologs and the allele IDs.
Map(s) or list(s) of maps. Object(s) of class sequence.
vector with individual index to be evaluated or "all" to include all individuals
Names of the groups.
logical; if TRUE
, the most likely genotype receive 1 and all the rest 0.
If there are more than one most likely both receive 0.5.
if FALSE (default) the genotype probability is plotted.
Getulio Caixeta Ferreira, getulio.caifer@gmail.com
Cristiane Taniguti, chtaniguti@tamu.edu
# \donttest{
data("onemap_example_out")
twopts <- rf_2pts(onemap_example_out)
lg1 <- make_seq(twopts, 1:5)
lg1.map <- map(lg1)
progeny_haplotypes(lg1.map)
# }
Run the code above in your browser using DataLab