Entering edit mode
6.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.
Hi Everyone, I have successfully imputed my VCF file using beagle4.1. How do I convert it to HapMap format, please? Thanks.
This could likely be done manually using Shell / AWK commands. However, using pre-existing programs, I would do the following:
-exportType Hapmap
(example at the end, HERE)Tassel --vcf your file -export file -exportType Hapmap
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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.