This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Conversion of imputed VCF file to HapMap format

Hi Everyone, I have successfully imputed my VCF file using beagle4.1. How do I convert it to HapMap format, please? Thanks.

rna-seq snp

2 answers

This could likely be done manually using Shell / AWK commands. However, using pre-existing programs, I would do the following:

  1. Convert Beagle output to VCF using Beagle's beagle2vcf.jar
  2. Convert VCF to Hapmap format using Tassel's -exportType Hapmap (example at the end, HERE)

Dear Kevin, Can we get the updated link for the example? The page is giving error. Thanks

Indeed, it seems to have moved. I updated the link.

Tassel --vcf your file -export file -exportType Hapmap

Thank you for just repeating [half of] my same answer.

Log in to answer this question.