Learn R Programming

malan (version 1.0.3)

get_pedigree_id: Get pedigree id

Description

Get pedigree id

Usage

get_pedigree_id(ped)

Arguments

ped

Pedigree

Examples

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

Run the code above in your browser using DataLab