Learn R Programming

paramlink (version 1.1-5)

toyped: Toy pedigree for linkage analysis

Description

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

Usage

toyped

Arguments

Format

A data frame with 4 rows and 8 columns

Details

The format is standard LINKAGE (pre-makeped) format, with columns as follows:

  • FAMID. Family ID

  • ID. Individual ID

  • FID. Father ID

  • MID. Mother ID

  • SEX. Gender (male=1, female=2)

  • AFF. Affection status (unaffected=1, affected=2, unknown=0)

  • M_A1. First allele of marker 1

  • M_A2. Second allele of marker 1

Examples

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

# }

Run the code above in your browser using DataLab