Genotype: Genotype Matrix

Description Usage Format Examples

Description

The Parental Line Genom matrix for the example with 10 parental lines genotyped with 5000 markers.

Usage

1
data("Genotype")

Format

The format is: num [1:5000, 1:10] 0 1 0 0 0 1 1 0 1 1 ...

Examples

1
2

Example output

     [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,]    0    0    1    0    1    0    1    0
[2,]    0    1    1    0    0    0    0    1
[3,]    1    1    0    1    0    1    1    1
[4,]    1    1    1    1    0    1    1    1
[5,]    0    0    1    0    0    0    1    0
[6,]    0    0    0    0    0    0    0    0

Relatedness documentation built on May 2, 2019, 11:11 a.m.