Skip to content

How to deal with swapped alleles #47

Description

@mirgin01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions