progeny_haplotypes {onemap} | R Documentation |
Generate data.frame with genotypes estimated by HMM and its probabilities
Description
Generate data.frame with genotypes estimated by HMM and its probabilities
Usage
progeny_haplotypes(..., ind = 1, group_names = NULL, most_likely = FALSE)
Arguments
... |
Map(s) or list(s) of maps. Object(s) of class sequence. |
ind |
vector with individual index to be evaluated or "all" to include all individuals |
group_names |
Names of the groups. |
most_likely |
logical; if |
Value
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.
Author(s)
Getulio Caixeta Ferreira, getulio.caifer@gmail.com
Cristiane Taniguti, chtaniguti@tamu.edu
Examples
data("onemap_example_out")
twopts <- rf_2pts(onemap_example_out)
lg1 <- make_seq(twopts, 1:5)
lg1.map <- map(lg1)
progeny_haplotypes(lg1.map)
[Package onemap version 3.0.0 Index]