PoonLab / OpenRDP

An open-source re-implementation of the RDP4 recombination detection program
GNU General Public License v3.0
45 stars 9 forks source link

Incorrect coordinates due to indexing errors #20

Closed kwade4 closed 2 years ago

kwade4 commented 3 years ago

In order identify breakpoints, I use a list of p-values that corresponds to each window position and only p-values below the threshold are added to this list. I later use this indices of the p-values to output the coordinates. But since the length of the list does not correspond to the number of polymorphic sites, the coordinates are incorrect.

ArtPoon commented 2 years ago

@kwade4 updating test cases