View source: R/convert_onemap.R
convert_onemap | R Documentation |
Generate diaQTL input files from 'onemap_progeny_haplotypes' object class of OneMap R package (version >2.2.0)
convert_onemap(data, digits = 4, outstem = "")
data |
onemap_progeny_haplotypes object class |
digits |
how many rounding digits for the probabilities output (default=4) |
outstem |
prefix for the pedigree and genotype files for diaQTL |
## Not run:
map <- list(LG1_final, LG2_final)
progeny_haplot <- onemap::progeny_haplotypes(map,
most_likely = FALSE,
ind = "all")
convert_onemap(progeny_haplot)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.