CviCol: Arabidopsis thaliana genotype data

Description Usage Format Details Author(s) Source References Examples

Description

The genotype data of the Cvi-0 x Col-0 Recombinant Inbred Line (RIL) population.

Usage

1

Format

The format is a matrix containing 90 single-nucleotide polymorphism (SNP) markers for 367 individuals.

Details

The Arabidopsis thaliana genotype data is derived from a RIL cross between Columbia-0 (Col-0) and the Cape Verde Island (Cvi-0), where 367 individuals were genotyped for 90 genetic markers. This is a diploid population with three possible genotpe states (k = 3), where the genotypes coded as 0, 1, 2, where 0 and 2 represent the homozygous genotypes and 1 defines the heterozygous genotype.
This data set can be used to detect epistatic selection, short- and long- range linkage disequilibrium between 90 SNP markers.

Author(s)

Pariya Behrouzi and Ernst C. Wit
Maintainer: Pariya Behrouzi pariya.behrouzi@gmail.com

Source

It is publicly available at http://publiclines.versailles.inra.fr/page/8

References

1. P. Behrouzi and E. C. Wit. Detecting Epistatic Selection with Partially Observed Genotype Data Using Copula Graphical Models. arXiv, 2016.
2. Simon, M., et al. "QTL mapping in five new large RIL populations of Arabidopsis thaliana genotyped with consensus SNP markers." Genetics 178 (2008): 2253-2264.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data(CviCol)

# Graph path
epi <- epistasis(CviCol, method="approx", rho.ratio=0.2)
epi
plot(epi)

sel <- episelect(epi)
plot(sel)

## End(Not run)

epistasis documentation built on May 2, 2019, 5:09 a.m.