Learn R Programming

paramlink (version 1.1-0)

toyped: Toy pedigree for linkage analysis

Description

Toy pedigree with 4 individuals typed at 1 SNP marker. Individual 1 is missing one allele.

Usage

toyped

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

M_A1

first marker, first allele

M_A2

first marker, second allele

Details

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

Examples

Run this code
# NOT RUN {
toyped
linkdat(toyped)
# }

Run the code above in your browser using DataLab