Learn R Programming

paramlink (version 1.1-0)

Xped: Example pedigree with X-linked disease pattern.

Description

A complex pedigree consistent with an X-linked recessive disease.

Usage

Xped

Arguments

Format

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

Details

The format is standard LINKAGE (pre-makeped) format.

Examples

Run this code
# 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