Skip to content

BGEN file format reader for parsing UK Biobank and other genotype data in Go

License

Notifications You must be signed in to change notification settings

carbocation/bgen

Repository files navigation

bgen

BGEN is a BGEN parser for golang. It can read files in the .bgen format, but it cannot write them.

This package supports the most common use-cases for BGEN specifications 1.1, 1.2, and 1.3. It does not yet support phased data.

Installation

go get github.com/carbocation/bgen

Requirements

For BGEN specifications 1.1, 1.2, and 1.3 this package is immediately usable after go get. Only unphased samples are correctly supported currently.

API

The API is under active development and the public API may change for now.

For the current API, please see the BGEN Godoc

About

BGEN file format reader for parsing UK Biobank and other genotype data in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages