Skip to content

AgResearch/GUS-LD

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
doc
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GUS-LD

gplv3+

Genotyping Uncertainty with Sequencing data - Linkage Disequilibrium

An R package for estimating linkage disequilibrium using low and/or high coverage sequencing data without requiring filtering with respect to read depth.

Installation:

The easiest way to install GUSMap in R is using the devtools package.

install.packages("devtools")
library(devtools)
install_github("tpbilton/GUSbase")
install_github("AgResearch/GUS-LD")

Note: Some of the functions are coded in C and therefore an appropriate C compiler is needed for the package to work. For windows OS, Rtools (https://cran.r-project.org/bin/windows/Rtools/) provides a compiler.

Tutorials:

The best way to understand how to use GUSLD is to read through the Introduction Tutorial contained in the package.

Development:

There are plans to contiune developing this package. If you have any suggests for improvement or additional features you like to see, I'd suggest posting a question under the Issues. I'm also happy for people to suggest changes via a pull request provided it fits within the favour of the package.

Citation:

To cite this R package:

Bilton, T.P., McEwan, J.C., Clarke, S.M., Brauning, R., Van Stijn, T.C., Rowe, S.J., & Dodds, K.G. (2018). Linkage disequilibrium estimation in low coverage high-throughput sequencing data. Genetics, 209(2), 289-400. doi:10.1534/genetics.118.300831

Funding:

The initial development of this package was partially funded by the Ministry of Business, Innovation and Employment via its funding of the “Genomics for Production & Security in a Biological Economy” programme (Contract ID C10X1306).

About

Genotyping Uncertainty with Sequencing data - Linkage Disequilibrium

Resources

License

Stars

Watchers

Forks

Packages

No packages published