Home

Benchmarks

Honest numbers — same datasets, same folds, same seeds. We compare SEED's GBLUP, GxE-aware GS and GWAS engines against the standard R/Python references researchers already trust. Code, parameters and seeds are embedded in every reproducibility bundle.

Accuracy gap
±0.01 vs sommer
Runtime
3–17× faster
Memory
2–4× lower

Wheat-599 (CIMMYT)

Genomic prediction · grain yield · 5-fold CV

599 lines × 1,279 DArT markers

MethodAccuracy / hitsRuntimePeak memoryNotes
SEED · GBLUP0.54 ± 0.041.8 s92 MBridge-BLUP, browser-cached
rrBLUP (R)0.53 ± 0.046.1 s210 MBmixed.solve()
sommer (R)0.54 ± 0.0414.2 s380 MBmmer() REML
BGLR (R, BayesB)0.55 ± 0.0598 s440 MB12k MCMC iter

Maize G2F-2017

Multi-environment GS · GxE-aware

1,250 hybrids × 8 envs × 350k SNPs

MethodAccuracy / hitsRuntimePeak memoryNotes
SEED · GxE GBLUP0.61 ± 0.0312 s640 MBmain+env decomposition
sommer (GE block)0.60 ± 0.03210 s1.8 GBunstructured G×E
ASReml-R0.61 ± 0.03180 s1.4 GBlicense required

Rice-RDP1 (USDA)

GWAS · plant height · MLM + 5 PCs

413 accessions × 36,901 SNPs

MethodAccuracy / hitsRuntimePeak memoryNotes
SEED · MLM-PC11 hits @ 5% FDR4.4 s160 MBclient-side Manhattan
GAPIT (R, MLM)10 hits38 s520 MBFarmCPU off
PLINK 2.0 (--glm)12 hits1.9 s85 MBno kinship, faster but inflated

Methodology

  • All runs used identical train/test partitions (seed = 42, 5-fold CV).
  • Reference R packages run on R 4.4 with BLAS = OpenBLAS, single thread.
  • Runtime is end-to-end wall clock; memory is RSS peak (psutil/ps).
  • SEED runs are reproducible from any browser via the in-app run; parameters embedded in the JSON bundle.
  • Source datasets are public: Wheat-599 (CIMMYT, BGLR), Maize G2F (genomes2fields.org), Rice RDP1 (USDA-ARS).