PedStripFID {sequoia} | R Documentation |
Back-transform IDs
Description
Reverse the joining of FID and IID in
GenoConvert
and LHConvert
Usage
PedStripFID(Ped, FIDsep = "__")
Arguments
Ped |
pedigree as returned by sequoia (e.g. |
FIDsep |
characters inbetween FID and IID in composite-ID. |
Details
Note that the family IDs are the ones provided, and not
automatically updated. New, numeric ones can be obtained with
FindFamilies
.
Value
A pedigree with 6 columns
FID |
family ID of focal individual (offspring). |
id |
within-family of focal individual |
dam.FID |
original family ID of assigned dam |
dam |
within-family of dam |
sire.FID |
original family ID of assigned sire |
sire |
within-family of sire |
[Package sequoia version 2.11.2 Index]