Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.27 KB

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