You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have observed a similar issue where it appears that some matches are not being reported. It seems that the algorithm matchLongWithin2 is not capturing all of the matches. Is there an alternative implementation that addresses this issue?
The algorithm 3 (
pbwt -longWithin 5
) does not report some long matches. For example, in the following example:I would think that a match between the haplotypes 5 and 3 should be reported at k=6 or is my interpretation of a "long match" incorrect?
EDIT: or perhaps 5 and 2 for k=6 and 5 and 3 for k=7, depending if we report at the last matching position or immediately after.
The text was updated successfully, but these errors were encountered: