Description Usage Arguments Details Value
ped_renum()
takes an R
object and assumes the first three elements
corresponds to the id of the individual, sire and dam, in that order. First,
some assumed missing codes and recorded to NA and then all the ids are
renumbered by adding three additional columns .id
, .sire
and .dam
.
1 |
pedigree |
an object which includes the id of individual, sire and dam. |
It is assumed that all the sire and dam ids are present in the individual
column. If not run ped_add()
first.
a data.table
containing the original ids and the renumbered ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.