magicDGS / thaplv

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

Should LengthBinning.formatBins output bins with not data? #42

Open magicDGS opened 8 years ago

magicDGS commented 8 years ago

With the current implementation, a bin without data was initialized only if the value added is Double.NaN. Thus, it could be informative to include this ones.

WARNING: This will affect the output of LDdecay if implemented. Also, isEmpty will be broken because it will include bins without data that are output, but it will be empty.