# Genome build used in FinnGen

Human reference genome build [GRCh38/hg38](https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.26/) is used for FinnGen genotype data. All alleles are coded according to the [GRCh38/hg38](https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.26/) build reference alleles, and all alternative alleles are left-aligned in respect to the original variant position.

Chip array datasets generated based on previous reference genome builds are lifted-over to the [GRCh38/hg38](https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.26/) build according to [this protocol](https://www.protocols.io/view/genotyping-chip-data-lift-over-to-reference-genome-xbhfij6)

## Genotype reporting

* Imputed alleles are coded `0` or `1`, separated with ‘`|`’ (*phased*): `0` is for reference/wild type (WT) allele and `1` is for alternative allele.
* In raw chip data alleles are coded `0` or `1`, separated with ‘`/`’ (*unphased*): `0` is for reference/wild type (WT) allele and `1` is for alternative allele.

*Therefore,* genotypes can be of the form:

**Post-Imputation Genotype Files (phased):**

* `0|1` or `1|0` heterozygotes
* `1|1` homozygotes
* `0|0` WT homozygotes
* `.|.` missing data

**Raw Chip data (unphased)**

* `0/1` heterozygotes
* `1/1` homozygotes
* `0/0` WT homozygotes
* `./.` missing data

[Click here to read how to work with variant level data in the Sandbox](/working-in-the-sandbox/working-with-genotype-data.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.finngen.fi/finngen-data-specifics/red-library-data-individual-level-data/genotype-data/human-genome-build-we-use-and-how-do-we-report-genotypes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
