# Linkage Disequilibrium (LD)

Linkage disequilibrium (LD) across chromosomal regions **is manifested by non-random association of alleles at different loci in a given population or datasets**. Alleles in different loci are said to be in LD when the frequency of association of their different alleles is higher or lower than what would be expected if the loci were fully independent and associated randomly.

In the figure below (adapted from [here](https://www-nature-com.ezp-prod1.hul.harvard.edu/articles/nrg777)), a variant on the ancestral chromosome is represented by a red triangle. **The alleles that are physically close tend to stick with the ancestral variant** despite recombination limits for the region in which the variant is at (the yellow region).

![Adapted from Ardlie, Kruglyak, and Sielestad (2002) Nature Genetics Review](/files/s7Ax2H1O58y4D2TQXW7B)

### Influences

Linkage disequilibrium is influenced by many factors:

* Selection
* Rate of genetic recombination
* Mutation rate
* Genetic drift
* System of mating
* Population structure
* Genetic linkage.

As a result, the pattern of linkage disequilibrium in a genome is a powerful signal of the population genetic processes that are structuring it.

Read more detailed information about LD from Matti Pirinen's course [slides](https://www.mv.helsinki.fi/home/mjxpirin/GWAS_course/material/GWAS7_slides.pdf) and [notes](https://www.mv.helsinki.fi/home/mjxpirin/GWAS_course/material/GWAS7.pdf).


---

# 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/background-reading/linkage-disequilibrium-ld.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.
