README.md

LDtools

Build Status CRAN_Status_Badge Coverage Status

LDtools provides functions for the analysis of linkage disequilibrium and linkage phases for haplotype (phased) and genotype (unphased) data.

Installation

You can install LDtools from its GitHub repository. You first need to install the devtools package.

install.packages('devtools')

Then you can easily install LDtools using the install_github function in the devtools package. (With build_vignettes=TRUE, the vignettes will be built and installed.)

devtools::install_github("DominikMueller64/LDtools", build_vignettes = TRUE)

Vignette

A vignette describing the functionality of the package is available from within R. Load the package and then use the vignette function.

library(LDtools)
vignette('LDtools', package = 'LDtools')

Author

Dominik Mueller

License

This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

A copy of the GNU General Public License, version 3, is available at http://www.r-project.org/Licenses/GPL-3



DominikMueller64/LDtools documentation built on May 6, 2019, 2:51 p.m.