ldsep: Linkage Disequilibrium Shrinkage Estimation for Polyploids

Lifecycle: stable R build status codecov CRAN status License: GPL v3

Estimate gametic or composite pairwise linkage disequilibrium (LD) in polyploids, using either genotypes or genotype likelihoods. Support is provided to estimate the popular measures of LD: the LD coefficient (D), the standardized LD coefficient (D’), and the Pearson correlation coefficient (r). All estimates are returned with corresponding standard errors. These estimates and standard errors can then be used for shrinkage estimation. The methods are described in Gerard (2020).

The main functions are:

Installation

You can install the released version of ldsep from CRAN with:

install.packages("ldsep")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("dcgerard/ldsep")

Code of Conduct

Please note that the ldsep project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

References