This is a test version of Biostars. For the public version, visit https://www.biostars.org.
multiallelic variants

I need to calc IBS with two vcf but the vcf are multiallelic variants I try to use plink 2 but the the error message : Error: Non-concatenating --pmerge-list is under development.

and by using plink 1.9 I get the message : Error: 1 variant with 3+ alleles present.

vcf plink

Do not delete posts that have received feedback.

1 answer

you can use bcftools norm on your vcf to split multiallelic records prior to merging

Log in to answer this question.