Hi all,
I have a vcf file and several positions have multi-allele like
REF=TTT
ALT=T,TT,TTTT,TTTTT
To my knowledge, rare variant association tools only handle bi-allele sites. But I want to include these positions, too. So I tried to convert these sites into bi-allelic sites like "ins/del".
I used python to create this file, but the converted sites were not supported by association tool.
Does anyone know how to convert multi- to bi-allele?
In my opinion, we can separate these multi-allelic variants and do the association separately with specific statistic method.