numped | R Documentation |
numped
function generates integer IDs for Ind, Sire and Dam IDs in the pedigree.
numped(ped)
ped |
A data.table or data frame including the pedigree, in which the names of the first three columns are Ind, Sire and Dam. Missing parent has been replaced with the default missing value NA. |
This function takes a pedigree, assigns individual IDs to continuous integers 1...n.
A data.table including the new integer columns (IndNum, SireNum and DamNum) in the pedigree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.