Resources & downloads

Everything in one place

The whole data-access package — the oryza19k helper and example notebooks, the precomputed tables, and the Supplementary Note — bundled into this site. Grab individual files below, or the complete package as one archive.

⬇ Download everything (.zip) Read Supplementary Note 10 in your browser →


Python — the oryza19k access cookbook

The client-side cookbook that orchestrates every platform (see the API page for what it is and what it needs). import oryza19k as o19, then o19.<function>(...).

FileWhat it is
oryza19k.pyThe access-cookbook helper (Ensembl REST, tabix, CLIMtools, models, summaries)download
requirements.txtLibrary requirements (core + optional groups)download
workflow_A_mads14_heading_date.pyWorkflow A — MADS14 → heading-date hypothesisdownload
workflow_B_tb1_tiller_number.pyWorkflow B — rare TB1/FC1 variant → tiller numberdownload
workflow_C_imputation_benchmark.pyWorkflow C — whole-collection imputation & benchmarkingdownload
README.mdHow to run the notebooks; full oryza19k referenceread in browser · .md

The workflows are jupytext percent-format .py files — valid notebook sources. Convert to .ipynb with jupytext --to notebook workflow_*.py, or run as plain scripts.

Precomputed summary tables

DOI-citable summaries so common questions need no large query (manifest: read in browser · .md). At publication these are mirrored on Zenodo.

TableContentsSize
allele_frequency_core_snps.tsv165,640 SNPs × global + per-group allele frequency~19 MBdownload
genomic_prediction_benchmark.tsv23 models × 5 traits (Spearman, R², training time)~13 KBdownload
accession_passport.tsvaccession, varietal group, #phenotypes scored~0.4 MBdownload
phenotypes_by_accession.tsvaccession × 24 phenotypes (+ group)~1.4 MBdownload
generate_tables.pyReproducible generator for the tables above~8 KBdownload

Documentation

DocumentWhat it is
Supplementary Note 10Data Access and Visualization (§§10.1–10.6)read in browser · .md
Package READMEOverview of the whole packageread in browser · .md

Using the .zip: it contains the full site with everything bundled under site/resources/. Unzip, then python -m http.server 8000 --directory site and open http://localhost:8000/.