get_haplotypes_pids {malan} | R Documentation |
Get haplotypes from a vector of pids.
Description
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()
.
Usage
get_haplotypes_pids(population, pids)
Arguments
population |
Population |
pids |
Vector of pids to get haplotypes for. |
Value
Matrix of haplotypes where row i
is the haplotype of individuals[[i]]
.
See Also
[Package malan version 1.0.3 Index]