Learn R Programming

selection.index (version 2.0.0)

maize_geno: Synthetic Maize Genomic Data

Description

A synthetic dataset containing Single Nucleotide Polymorphism (SNP) marker data for the 100 maize genotypes found in maize_pheno. Designed for testing genomic selection indices (GESIM/RGESIM) and relationship matrices.

Usage

data(maize_geno)

Arguments

Format

A numeric matrix with 100 rows (genotypes) and 500 columns (SNP markers):

Rows

100 genotypes, matching the Genotype column in maize_pheno.

Columns

500 simulated SNP markers, coded as 0, 1, or 2.

Examples

Run this code
data(maize_geno)
dim(maize_geno)

Run the code above in your browser using DataLab