get_haplotypes_in_pedigree: Get haplotypes in pedigree

View source: R/RcppExports.R

get_haplotypes_in_pedigreeR 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]])


malan documentation built on July 4, 2024, 9:09 a.m.