Changes between Version 11 and Version 12 of GoNL_Immunochip_Data_Preparation
- Timestamp:
- Jul 1, 2011 4:20:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoNL_Immunochip_Data_Preparation
v11 v12 12 12 The only tool to have an easy (yet not completely correct) conversion from PED to VCF is the beta version of PLINK/Seq available -along with instructions- here: http://www.broadinstitute.org/gsa/wiki/index.php/Converting_ped_to_vcf 13 13 14 * plink108 --file in_plink_filename --recode-vcf --out out_filename 15 14 16 This pre-compiled version can only be run on Linux64 machines and some dependency problems may occur. 15 17 16 18 The result here is a VCF tool that contains all 17 18 19 == Correct the initial VCF file == 19 20 The initial VCF file produced by PLINK 1.08 does contain the right information, however it is not actually in VCF format. The problem here is that PLINK files specify the Ref/Alt alleles relative to the dataset where VCF specifies the Ref/Alt alleles relative to the Human Genome Reference it is aligned on. To correct this VCF file, it is necessary to modify the initial VCF file so that the alleles are relative to the Human Genome Reference and not the dataset anymore.