checkIDuniqueness | R Documentation |
This function checks for duplicated individual IDs in a pedigree.
checkIDuniqueness(ped, verbose = FALSE)
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. |
A list containing the results of the check
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.