The first four columns of the input file contains the following information:
pedigree ID, individual ID, father's ID, mother's ID, sex
Either father's or mother's id is set to 0 for founders, i.e. individuals with no parents. Numeric coding for sex is 0=unknown, 1=male, 2=female. These can be followed by satellite information such as disease phenotype and marker information.
The output file has extra information extracted from data above.
makeped(pifile="pedfile.pre", pofile="pedfile.ped", auto.select=1,
with.loop=0, loop.file=NA, auto.proband=1, proband.file=NA)
By default, auto.select=1, so translation proceeds without considering loops and proband statuses. If there are loops in the pedigrees, then set auto.select=0, with.loop=1, loop.file="filespec".
There may be several versions of makeped available, but their differences with this port should be minor.
library(gap)
makeped("ped7.pre","ped7.ped",0,1,"ped7.lop")
Run the code above in your browser using DataLab