Imputed genotypes in BGEN format
Last updated
Was this helpful?
Last updated
Was this helpful?
This page has been last updated for R11.
Imputed genotypes in the format are available in the following Sandbox directory:
/finngen/library-red/finngen_R[RELEASE]/bgen
Two sets of BGEN files are available:
variants per chromosome
variants per chromosome chunked into smaller sets for parallel analysis (e.g. GWAS)
Both sets come with their .bgi
and .sample
files.
Please refer to the readme file in sandbox directory for full details of the available data.
One BGEN file is available for each chromosome:
data/chrom/finngen_R[RELEASE]_[CHROM].bgen
We usually want to have smaller files to speed up parallel analysis (e.g. GWAS). For this reason, we have chunked the data so that each file contains a fixed smaller number of variants. The number can very between releases and is available in the readme file.
Chunked BGEN files are available for each chromosome:
data/chunks/finngen_R[RELEASE]_[CHROM].[CHUNK].bgen
The [CHUNK] is an integer value that identifies each chunk for the chromosome.