Learn R Programming

KLINK (version 1.1.0)

halfsib: Dataset for a case involving a putative half sibling.

Description

A list of two pedigrees forming opposing hypotheses about three individuals:

Usage

halfsib

Arguments

Format

A list of two ped objects, named H1 and H2.

Details

  • H1: A and B are full siblings, and C is their half brother

  • H2: A and B are full siblings, and C is unrelated to them

The individuals are typed with 50 markers, but some genotypes are missing.

Examples

Run this code
library(pedtools)
plotPedList(halfsib, hatched = typedMembers)
markerSummary(halfsib)
linkedLR(halfsib)

Run the code above in your browser using DataLab