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

Hello, I'm setting up an ABO genotyping. I've generated a table with all the allelic variants of this gene and their changes compared to the reference genome. My idea is to extract all the variants using a VCF file and recreate this table for each sample in order to determine the different alleles. The problem lies mainly with the heterozygous patients, as for now I'm manually checking the mutations I have and conducting tests to obtain both alleles. Can someone help me solve this problem?

abo variants snps alleles

1 answer

You could use a tool such as BOOGIE to infer the ABO alleles using VCF files:

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4404330/

Log in to answer this question.