Related Experiment Video
Updated: May 11, 2026

Infinium Assay for Large-scale SNP Genotyping Applications
Published on: November 19, 2013
IGD: A simple, efficient genotype data format
1Department of Computational Biology, Cornell University, Ithaca, NY.
Motivation:
While there are a variety of file formats for storing reference-sequence-aligned genotype data, many are complex or inefficient. Programming language support for such formats is often limited. A file format that is simple to understand and implement - yet fast and small - is helpful for research on highly scalable bioinformatics.
Results:
We present the Indexable Genotype Data (IGD) file format, a simple uncompressed binary format that can be more than 100 times faster and 3.5 times smaller than vcf.gz on Biobank-scale whole-genome sequence data. The implementation for reading and writing IGD in Python is under 350 lines of code, which reflects the simplicity of the format.
Availability:
A C++ library reading and writing IGD, and tooling to convert .vcf.gz files, can be found at https://github.com/aprilweilab/picovcf. A Python library is at https://github.com/aprilweilab/pyigd.
Related Concept Videos
Genetic Lingo
Organization of Genes
Genomics
Organization of Genes
Export of Mitochondrial and Chloroplast Genes
Genome-wide Association Studies-GWAS
GWAS does not require the identification of the target gene involved in...

