Conversion of imputed VCF file to HapMap format
2
0
Entering edit mode
5.3 years ago
mab658 ▴ 120

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 • 7.9k views
ADD COMMENT
1
Entering edit mode
5.3 years ago

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)
ADD COMMENT
0
Entering edit mode

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

ADD REPLY
1
Entering edit mode

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

ADD REPLY
0
Entering edit mode
5.3 years ago

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

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1446 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6