get_haplotypes_in_pedigree {malan} | R Documentation |
Get haplotypes in pedigree
Description
Get haplotypes in pedigree
Usage
get_haplotypes_in_pedigree(ped)
Arguments
ped |
Pedigree |
Value
List with haplotypes
Examples
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]])
[Package malan version 1.0.3 Index]