From db62d3c422038a0bd43a933596efb708afdb244c Mon Sep 17 00:00:00 2001 From: Clare <chorscroft@users.noreply.github.com> Date: Tue, 15 Sep 2020 09:05:30 +0100 Subject: [PATCH] Added note about the changes to how max_bin is handled --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 7593e8d..826c6ff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ * Improved the speed by editing the equal_vector function * L_plus_R now returns 0 instead of NA when n<2 for choose(n,2) * Zalpha_all now always calculates the diversity statistics LR and L_plus_R +* If a pair of SNPs are further apart than the maximum bin in the LD profile, the values in the maximum bin will now be returned # zalpha 0.2.0 -- GitLab