Learn R Programming

Relatedness (version 1.0)

Genotype: Genotype Matrix

Description

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

Usage

data("Genotype")

Arguments

format

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

Examples

Run this code
data(Genotype)
head(Genotype)

Run the code above in your browser using DataLab