Skip to content

Commit

Permalink
Update introduction.rst
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
awohns authored Aug 29, 2022
1 parent a0d4961 commit 7eb6470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Introduction
============

LDGMs are "linkage disequilibrium graphical models": graphical models created from `tree sequences <https://tskit.dev/tutorials/what_is.html>` which in turn allow the inference of sparse LDGM precision matrices (LD correlation matrix inverse). The ``ldgm`` software package supports matrix algebra operations that use LDGM precision matrices to massively speed up statistical genetic computations. This code is currently implemented in MATLAB (a Python implementation is forthcoming).
LDGMs are "linkage disequilibrium graphical models": graphical models created from `tree sequences <https://tskit.dev/tutorials/what_is.html>`_ which in turn allow the inference of sparse LDGM precision matrices (LD correlation matrix inverse). The ``ldgm`` software package supports matrix algebra operations that use LDGM precision matrices to massively speed up statistical genetic computations. This code is currently implemented in MATLAB (a Python implementation is forthcoming).

We provide LDGMs for the five continential ancestries represented in the `1000 Genomes Project <http://www.internationalgenome.org>`_. The LDGMs and the LDGM precision matrices can be `downloaded from here <https://www.dropbox.com/sh/hkm111kwwi3kxl6/AAB60xtwoEC2bzlvuTnPctt4a?dl=0>`. This documentation contains tutorials and guidelines for using these files in your applications. Most users will be using these precomputed LDGMs in their statistical genetics methods, rather than creating new LDGMs.
We provide LDGMs for the five continential ancestries represented in the `1000 Genomes Project <http://www.internationalgenome.org>`_. The LDGMs and the LDGM precision matrices can be `downloaded from here <https://www.dropbox.com/sh/hkm111kwwi3kxl6/AAB60xtwoEC2bzlvuTnPctt4a?dl=0>`_. This documentation contains tutorials and guidelines for using these files in your applications. Most users will be using these precomputed LDGMs in their statistical genetics methods, rather than creating new LDGMs.

This package also supports :ref:`the creation of LDGMs from tree sequences <sec_python_api>` (written in Python) and :ref:`the inference of LDGM precision matrices <sec_matlab_api>` (written in MATLAB).

Expand Down

0 comments on commit 7eb6470

Please sign in to comment.