trioData {pedbuildr} | R Documentation |
Reconstruction example with three individuals
Description
This dataset contains simulated genotypes for 3 individuals at 100 SNP markers.
Usage
trioData
Format
A matrix with 3 rows and 100 columns. Each entry contains a genotype in the form a/b.
Examples
trioData[, 1:10]
x = list(singleton(1), singleton(2), singleton(3)) |>
setMarkers(alleleMatrix = trioData, locusAttributes ="snp12")
x
[Package pedbuildr version 0.3.0 Index]