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 7,500 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_7500

Simulated values for 7,500 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.0.1 Index]