repairIDs: Repair Missing IDs

View source: R/checkIDs.R

repairIDsR Documentation

Repair Missing IDs

Description

This function repairs missing IDs in a pedigree.

Usage

repairIDs(ped, verbose = FALSE)

Arguments

ped

A dataframe representing the pedigree data with columns 'ID', 'dadID', and 'momID'.

verbose

A logical flag indicating whether to print progress and validation messages to the console.

Value

A corrected pedigree


BGmisc documentation built on June 11, 2025, 1:07 a.m.