Skip to content
forked from statgen/emeraLD

tools to efficiently retrieve and calculate LD

Notifications You must be signed in to change notification settings

gerardlab/emeraLD

 
 

Repository files navigation

emeraLD

Tools for rapid on-the-fly LD calculation

About

  • Exploits sparsity and haplotype structure to efficiently calculate LD
  • Uses tabix indexes to support rapid querying of genomic regions
  • Supports VCF (phased or unphased) and M3VCF formats
  • Supports integration with Python and R

Installing

git clone https://github.com/statgen/emeraLD.git  
cd emeraLD  
make  

Usage

  • Example usage from command line
# example usage for calculating LD in a region:
bin/emeraLD -i example/chr20.1KG.25K_m.m3vcf.gz --region 20:60479-438197 --stdout | bgzip -c > output.txt.gz

Software References

Libraries and resources used or adapted in emeraLD:

Contributors

Special thanks to Daniel Taliun and Ryan Welch

Citation

Feedback and bug reports

About

tools to efficiently retrieve and calculate LD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.3%
  • C 8.1%
  • Python 0.3%
  • Shell 0.1%
  • R 0.1%
  • CMake 0.1%