Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbocation/bgen
BGEN file format reader for parsing UK Biobank and other genotype data in Go
https://github.com/carbocation/bgen
bgen genomics golang ukbiobank
Last synced: 2 days ago
JSON representation
BGEN file format reader for parsing UK Biobank and other genotype data in Go
- Host: GitHub
- URL: https://github.com/carbocation/bgen
- Owner: carbocation
- License: other
- Created: 2018-07-10T02:14:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T16:59:03.000Z (6 months ago)
- Last Synced: 2024-08-02T16:45:16.719Z (3 months ago)
- Topics: bgen, genomics, golang, ukbiobank
- Language: Go
- Homepage:
- Size: 825 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-uk-biobank - go-bgen
README
# bgen
**BGEN** is a BGEN parser for golang. It can read files in the [.bgen format](http://www.well.ox.ac.uk/~gav/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
```bash
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](https://godoc.org/github.com/carbocation/bgen)