-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrokarounf plink2 concatetation failure
We have seen plink2 failing to concatenate multiple chinks coming after liftover operation. \n We found he issue to be caused efter lifting over in splits within chromosomes. \n We found some positions hg19->hg39 SNP positions to fall very far from the neighbour SNPs. This causes some variants to break the incresing position ordering per chromosome, in which case, some variants should belong to other splits. \n To fix this we are performing the merge relying on plink1.9 merge-list function. \n To see more about the issue -> chrchang/plink-ng#232
- Loading branch information
1 parent
b537008
commit c5db930
Showing
3 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters