Learn R Programming

malan (version 1.0.3)

get_pids_in_pedigree: Get pids in pedigree

Description

Get pids in pedigree

Usage

get_pids_in_pedigree(ped)

Arguments

ped

Pedigree

Examples

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

Run the code above in your browser using DataLab