magicDGS / thaplv

Tools for Haploid/Haplotype VCFs
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement BCI haplotype calling #10

Open magicDGS opened 8 years ago

magicDGS commented 8 years ago

Following Kaput et al. 2014, implement the haplotype calling algorithm based on the binomial confidence interval.

magicDGS commented 8 years ago

We can use the BinomialConfidenceInterval from Apache math to compute the confidence interval.