Skip to content

statgen/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