Entering edit mode
5.0 years ago
yehchan57
▴
10
I have the joint vcf file for both case and control samples, I wonder how can I convert it to the ped and map format to be used by PLINK tools. I need to distinguish the case and control sample which I can not find any answers on the internet before!
Note that ped+map has not been plink’s preferred format since 2007, and is not even supported at all by plink 2.0 alpha builds (while VCF is supported). You probably want to convert to a plink binary format (bed+bim+fam) instead.
What specifically is unclear after reading the plink documentation about vcf input?