get_pids_in_pedigree {malan}R Documentation

Get pids in pedigree

Description

Get pids in pedigree

Usage

get_pids_in_pedigree(ped)

Arguments

ped

Pedigree

Examples

sim <- sample_geneology(100, 10)
peds <- build_pedigrees(sim$population)
get_pids_in_pedigree(peds[[1]])


[Package malan version 1.0.3 Index]