powered by
A complex pedigree consistent with an X-linked recessive disease.
Xped
A data frame with one row for each individual, and the following columns:
FAMID
family id
ID
individual id
FID
father id (0 if founder)
MID
mother id (0 if founder)
SEX
sex: male=1, female=2
AFF
affection status: healthy=1, affected=2, unknown=0
The format is standard LINKAGE (pre-makeped) format.
# NOT RUN { Xped # Convert to a 'linkdat' object and set a recessive X-linked model: x = linkdat(Xped, model=4) summary(x) # }
Run the code above in your browser using DataLab