# GWAS results format

The GWAS analysis produces the following types of files:

### Summary statistics

The summary statistics are bgzipped, [tabix-indexed](http://www.htslib.org/doc/tabix.html) tab separated files (.tsv), typically named `[PHENO].gz` where `[PHENO]` is the endpoint name. These files contain [GWAS analysis](/background-reading/gwas-analysis.md) summary statistics and have the following columns:

| **Column**        | **Description**                                                                                                                                                |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| #chrom            | chromosome                                                                                                                                                     |
| pos               | chromosomal position (in base pairs)                                                                                                                           |
| ref               | reference allele                                                                                                                                               |
| alt               | alternate allele                                                                                                                                               |
| rsids             | rsIDs related to this variant                                                                                                                                  |
| nearest\_genes    | nearest genes                                                                                                                                                  |
| pval              | analysis p-value                                                                                                                                               |
| mlogp             | -log10(p-value)                                                                                                                                                |
| beta              | effect size of alternate allele                                                                                                                                |
| sebeta            | standard error of effect size                                                                                                                                  |
| af\_alt           | allele frequency for the alternate allele                                                                                                                      |
| af\_alt\_cases    | alternate allele frequency in cases                                                                                                                            |
| af\_alt\_controls | alternate allele frequency in controls                                                                                                                         |
| info              | <p>variant imputation INFO score</p><p><strong>NOTE</strong>: only included in <a href="/pages/QLIhEHKZcFPi71skCQtZ">unmodifiable REGENIE GWAS</a> results</p> |

### Variant inclusion and INFO score

The GWAS analysis is performed for all variants in the genotype data, and the summary statistics contain all of these variants. These results are then uploaded to the green library, and shown in [pheweb](/working-outside-the-sandbox/link-to-how-to-use-pheweb.md). An exception to this are variants with minor allele count less than 10, which are skipped during the GWAS analysis. For some subsequent analysis such as [fine-mapping](/background-reading/finemapping.md), variants with INFO score lower than 0.6 are filtered out. For each release you can find the variant's INFO score, as well as other annotations, in the variant annotation file, which can be found in the green library. The path is: `gs://finngen-production-library-green/finngen_R[RELEASE_NUMBER]/finngen_R[RELEASE_NUMBER]_analysis_data/annotations/`

### Plots

The plots produced include three types of plots: [a manhattan plot](/faq/about-pheweb/what-are-qq-and-manhattan-plots.md) of the GWAS, a manhattan plot with a log^2-scaled y-axis, and a [qqplot ](/faq/about-pheweb/what-are-qq-and-manhattan-plots.md)of the GWAS.

Read more about[ GWAS analysis](/background-reading/gwas-analysis.md). See more information about [What are QQ and Manhattan plots](/faq/about-pheweb/what-are-qq-and-manhattan-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/gwas-results-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.
