Learn R Programming

pedbuildr (version 0.3.0)

trioData: Reconstruction example with three individuals

Description

This dataset contains simulated genotypes for 3 individuals at 100 SNP markers.

Usage

trioData

Arguments

Format

A matrix with 3 rows and 100 columns. Each entry contains a genotype in the form a/b.

Examples

Run this code
trioData[, 1:10]

x = list(singleton(1), singleton(2), singleton(3)) |>
  setMarkers(alleleMatrix = trioData, locusAttributes ="snp12")

x

Run the code above in your browser using DataLab