get_haplotypes_in_pedigree | R Documentation |
Get haplotypes in pedigree
get_haplotypes_in_pedigree(ped)
ped |
Pedigree |
List with haplotypes
sim <- sample_geneology(100, 10)
peds <- build_pedigrees(sim$population)
pedigrees_all_populate_haplotypes(peds, 2, c(1, 1))
get_haplotypes_in_pedigree(peds[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.