Changelog
All notable changes to Binx are documented here.
[0.1.0] - 2025-12-12
Added
- Initial release
binx gwas- GWASpoly-style GWAS with multiple genetic modelsbinx kinship- VanRaden kinship matrix computationbinx dosage- Genotype dosage estimationbinx convert- VCF to Binx format conversionbinx plot- Manhattan and QQ plot generationbinx qtl- QTL extraction from GWAS resultsbinx threshold- Significance threshold calculation
Validated
- rrblup-rs validated against R/rrBLUP (52 test cases, 5-6 decimal accuracy)
- gwaspoly-rs validated against R/GWASpoly (4-5 decimal accuracy)
Version Format
Binx follows Semantic Versioning:
- MAJOR: Incompatible API/format changes
- MINOR: New features (backward compatible)
- PATCH: Bug fixes (backward compatible)