This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Getting Haplotype data from 1000 genome project

Hi all,

Is there any way of getting just the haplotype data of particular population from 1000 genome project.

Thanks in advance for the response.

r hapmap sequencing

1 answer

Hi Murialinmars.

The 1000 genomes project provides phased vcfs, so you should be able to extract each haplotype from the VCF files. To obtain the particular population bcftools can be used to extract a particular population from these files.

Log in to answer this question.