Hi,
We are implementing bcftools liftover in an allele frequency browser, with the goal of translating variants between genome assemblies on the fly.
After testing several liftover tools, we decided to use bcftools because it appears to provide the most accurate results and includes very useful information in the output.
One aspect that is particularly important for our project is the detection of REF/ALT swaps. In the local tool, the VCF output indicates when the reference allele has changed, which is essential for us. However, in the web version (https://github.com/broadinstitute/liftover), only the positions appear to be lifted, and the query does not seem to take or return the nucleotide information. As a result, allele swaps would not be detected.
Could you clarify what strategy the local tool uses to identify swapped alleles? Also, is there any way for the web version to accept and return REF/ALT allele information, rather than only genomic coordinates?
Thank you very much.
Hi,
We are implementing
bcftoolsliftover in an allele frequency browser, with the goal of translating variants between genome assemblies on the fly.After testing several liftover tools, we decided to use
bcftoolsbecause it appears to provide the most accurate results and includes very useful information in the output.One aspect that is particularly important for our project is the detection of REF/ALT swaps. In the local tool, the VCF output indicates when the reference allele has changed, which is essential for us. However, in the web version (https://github.com/broadinstitute/liftover), only the positions appear to be lifted, and the query does not seem to take or return the nucleotide information. As a result, allele swaps would not be detected.
Could you clarify what strategy the local tool uses to identify swapped alleles? Also, is there any way for the web version to accept and return REF/ALT allele information, rather than only genomic coordinates?
Thank you very much.