Mentions légales du service

Skip to content

Fix bug in Subsample

JAY Flora requested to merge flora/issue-67 into master

When removing individuals one needs to remove columns that are not varying anymore in the subsample, as well as their corresponding positions. However if the positions were encoded as distance to the previous SNP one needs not only to remove the corresponding pos, but also to correct the pos value for the SNP that follows the removed marker. The easiest fix is to convert from distance to location, filter out fixed marker and their position, then convert back to distance

Merge request reports