# Genotype cluster plots format

The genotype cluster plot data files contain genotype intensities per variant for a subset of samples.

The subset of samples is selected so that from each separate genotyping batch a maximum of 100 samples is chosen from each call category (AA/homozygous ref; Aa/heterozygous; aa/homozygous alt).

Genotypes with a missing call are all selected. The columns of the data file are explained below.

| **Column**     | **Description**                                           |
| -------------- | --------------------------------------------------------- |
| ID             | Sample ID                                                 |
| batch          | Genotyping batch                                          |
| sex            | Sample sex                                                |
| intensity\_ref | Reference allele intensity                                |
| intensity\_alt | Alternative allele intensity                              |
| raw\_call      | Genotype call from chip                                   |
| imputed\_call  | Genotype call after imputation                            |
| excluded       | Whether sample was excluded from imputation (1=yes, 0=no) |

Read more about [cluster plots](/working-in-the-sandbox/working-with-genotype-data/cluster-plots.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/green-library-data-aggregate-data/core-analysis-results-files/genotype-cluster-plots-format.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.
