maize_geno: Synthetic Maize Genomic Data

maize_genoR Documentation

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)

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.

Source

Simulated for the selection.index package to provide reproducible examples.

Examples

data(maize_geno)
dim(maize_geno)

selection.index documentation built on March 9, 2026, 1:06 a.m.