# LD estimation

The [BCOR](http://www.christianbenner.com/) files were created using [LDstore](http://www.christianbenner.com/) from the Finnish [SISu](https://finngen.gitbook.io/documentation/methods/genotype-imputation/sisu-reference-panel) panel v4.2.

The panel has been divided per chromosome. For example, to use the LD information in the first chromosome, `FG_LD_chr1.bcor` would be the file to use.

## **Settings used**

* number of samples: 3775&#x20;
* window size: 1500 kb&#x20;
* accuracy: low&#x20;
* number of threads: 96&#x20;
* LD threshold to include correlations: 0.05

## Example usage

[LDstore v1.1](http://www.christianbenner.com/ldstore_v1.1_x86_64.tgz) can be downloaded via:

```bash
wget http://www.christianbenner.com/ldstore_v1.1_x86_64.tgz
```

And an example to extract variant range 20 Mb - 50 Mb from chromosome 7 is as follows:

```bash
ldstore --bcor FG_LD_chr7.bcor --incl-range 20000000-50000000 --table output_file_name.table
```

## Note

It is not preferred to use these LD estimate files for e.g. fine-mapping, since many of the fine-mapping methods (e.g. SuSiE) require in-sample LD information for good results!


---

# 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://finngen.gitbook.io/documentation/methods/genotype-imputation/ld-estimation.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.
