data.test {LDcorSV}R Documentation

data.test

Description

data.test is a list of 3 elements:

- Geno: allelic doses of 20 markers on a chromosome of 91 Vitis vinifera plants.

- V.WAIS: kinship matrix of 91 plants of Vitis vinifera.

- S.2POP: structure population matrix of 91 plants of Vitis vinifera in two sub-populations.

Usage

data(data.test)

Format

A list containing the following components:

- Geno: matrix (91 x 20) of numerical values

- V.WAIS: matrix (91 x 91) of numerical values

- S.2POP: matrix (91 x 1) of numerical values

Examples

data(data.test)

# Allelic doses of 20 markers on a chromosome of 91 Vitis vinifera plants
Geno <- data.test[[1]]
Geno

# Kinship matrix of 91 plants of Vitis vinifera
V.WAIS <- data.test[[2]]
V.WAIS

# Structure population matrix of 91 plants of Vitis vinifera 
# in two sub-populations
S.2POP <- data.test[[3]]
S.2POP

[Package LDcorSV version 1.3.3 Index]