Skip to content

PhilAppleby/rsfind_bgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rsfind_bgen: UK Biobank genotype data access

Overview

BGEN is the compressed file format used to store UK Biobank Genotype Data, it is indexed (cf Tabix) using stored offsets in sqlite database files. Currently delivered to research projects as one file / one index per chromosome.

Aims

To understand the bgen data format by writing a small 'C' application to access a given bgen file using a modified bgen index database (BGI file) in which the Variant table is indexed (in an SQL sense) on rsid.

Disclaimer

This is not intended to be useful for any purpose other than accessing bgen files for UK Biobank, the code is not written to handle all cases in the full bgen specification.

About

Bgen parsing code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published