How to get Haplotype file from PLINK format data
My original data is in PLINK format (.bim, .bed , .fam). can I get haplotype file from this plink data? The format of haplotypes should be, with one row per SNP and one column per haplotype.
What program can do this? Any suggestion please
• 3,250 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Where do you next want to use the data? - HaploView? Plink has a
--recodeHVoption for that. In addition, one cannot just output haplotypes 'randomly' from genetic data. You have to define certain thresholds for parameters that are commonly used to identify haplotypes.I just found that SHAPEIT, can do the same.