This is a test version of Biostars. For the public version, visit https://www.biostars.org.
From Vcf Of Unrelated Samples To Haplotypes

I have a VCF file from a set of exomes (about 50) and would like end up with a set of likely haplotypes for a small set of regions (genes). I imagine using the LD information in projects like hapmap/1000genomes, this should be approximately possible. We could also use read-based haplotype methods, but with exomes, I don't expect this to be a fruitful exercise.

We are ultimately interested in how germline variation might impact drug sensitivity in our samples, so we want to reduce the number of potential variants to a minimum consistent set.

vcf haplotype

1 answer

Zev's pointer to the Browning review was right on target and got me going. GATK has some tools for working with BEAGLE including ProduceBeagleInput and BeagleOutputToVCF. I am most interested in comparing between groups in my own sample set, but comparison to 1kg is something I should try. In any case, I'm moving forward with BEAGLE.

Just a pitfall to avoid: lowmem=true should always be set. I found when I didn't use it BEAGLE would crash randomly.

Avoiding needless headaches is a good thing--thanks.

Log in to answer this question.