SNPdata {optRF}R Documentation

Simulated data of wheat yield and genomic markers

Description

Data set containing simulated data of wheat yield in g/m^2 of 250 wheat lines and 5,000 SNP markers being coded as 0 for homozygous form of the major allele and 2 for homozygous form of the minor allele.

Usage

data(SNPdata)

Format

An object of class "data.frame"

yield

Simulated wheat yield in g/m^2

SNP_0001 to SNP_5000

Simulated values for 5,000 single nucleotide polymorphism (SNP) markers

References

This artificial data set was created for the optRF package.

Examples


data(SNPdata)
SNPdata[1:5,1:5]


[Package optRF version 1.2.1 Index]