# Chip data

This page has been last updated for R11.

### Sandbox directory

Chip data is available in the following Sandbox directory:

`/finngen/library-red/finngen_R[RELEASE]/chipd_1.0`

### Data files

The following files are available:

* all variants
* variants per chromosome

Please refer to the readme file in sandbox directory for full details of the available data.

#### All variants

All variants are available in the following PLINK files:

`data/plink/r[RELEASE]_axiom_chip_allchr.bed`

`data/plink/r[RELEASE]_axiom_chip_allchr.bim`

`data/plink/r[RELEASE]_axiom_chip_allchr.fam`

`data/plink/r[RELEASE]_axiom_chip_allchr.afreq`

#### Variants per chromosome

One [VCF](https://samtools.github.io/hts-specs/VCFv4.2.pdf) file is available for each chromosome:

`data/vcf/r[RELEASE]_axiom_chr[CHROM].vcf.gz`

The VCF files come with their `.tbi` files.

#### Futher information

The chip data is comprised of multiple Affymetrix batches including samples from multiple cohorts and hospital biobanks.

Variant-wise statistics for the whole dataset are listed in the [VFC](https://samtools.github.io/hts-specs/VCFv4.2.pdf) INFO field.

Only the samples genotyped by the FinnGen project are included. Duplicate individuals (excluding identical twins) and biobank denials have been removed from the data. Exact details about quality control filters can be found in the readme file.

The strand (reverse/forward) varies across the variants. The strand for each variant can be found in the marker content file that can be downloaded [here](https://www.finngen.fi/en/researchers/genotyping).

Refer to the [Genotype data processing flow ](/finngen-data-specifics/red-library-data-individual-level-data/genotype-data/description-of-how-the-data-is-processed-in-refinery.md)section for more information about chip data processing and QC.


---

# 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/types-of-genotype-files-available/chip-data-file.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.
