This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Convert Vcf To Hapmap Genotype Format

Is there any tool somewhere to convert genotype data from VCF format to the HapMap genotype format?

genomics vcf

1 answer

vcftools has options to convert to other file formats including to hapmap plink format (use option --plink) .

Log in to answer this question.