FastRecomb
Fast recombination map estimation using PBWT
Install / Use
/learn @ZhiGroup/FastRecombREADME
FastRecomb
FastRecomb is an efficient tool to infer recombination rates using a biobank-scale haplotype panel. We recommend using P-smoother before running FastRecomb, specifically for panels with medium to high genotyping error rates (e.g. > 0.1%). The input file format for FastRecomb is (phased) VCF.
Dependencies
- C++ (at least GCC 5)
- GNU Make
Installation
To install the program clone the repository to a local folder using:
git clone https://github.com/ZhiGroup/FastRecomb.git
Enter the Debug folder and compile the program:
cd FastRecomb/Debug
make
