# Pairwise endpoint genetic correlation format

This pipeline produces a single file, containing all pairwise genetic correlations between multiple phenotypes.

Its name is structured as `finngen_R[?]_[EUR/FIN].ldsc.summary.tsv` where EUR/FIN changes based on the LD panel used.

(This refers to genetic correlation, in [Risteys](/working-outside-the-sandbox/risteys-as-an-option-for-browsing-endpoints.md) you can also see the number of shared cases between endpoints.)

| **Column name** | **Description**                    |
| --------------- | ---------------------------------- |
| p1              | Phenotype 1                        |
| p2              | Phenotype 2                        |
| rg              | Genetic correlation                |
| se              | Standard error                     |
| z               | z-score                            |
| p               | pvalue                             |
| h2\_obs         | heritabilty of p1                  |
| h2\_obs\_se     | SE of heritability of p1           |
| h2\_int         | heritability intercept for p1      |
| h2\_int\_se     | SE of intercept                    |
| gcov\_int       | intercept of genetic covariance    |
| gcov\_int\_se   | SE of gcov                         |
| CONVERGED       | A flag if the LDSC model converged |


---

# 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/pairwise-endpoint-genetic-correlation-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.
