| get_haplotype | R Documentation |
Requires that haplotypes are first populated, e.g.
with pedigrees_all_populate_haplotypes(),
pedigrees_all_populate_haplotypes_custom_founders(), or
pedigrees_all_populate_haplotypes_ladder_bounded().
get_haplotype(individual)
individual |
Individual to get haplotypes for. |
Haplotype for individual.
get_haplotypes_individuals() and get_haplotypes_pids().
sim <- sample_geneology(100, 10)
peds <- build_pedigrees(sim$population)
pedigrees_all_populate_haplotypes(peds, 2, c(1, 1))
get_haplotype(sim$end_generation_individuals[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.