Entering edit mode
6.6 years ago
bha
▴
80
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
Where do you next want to use the data? - HaploView? Plink has a
--recodeHV
option 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.