I have imputed data using the Michigan Imputation Server. These look like this:
##fileformat=VCFv4.1
##filedate=2018.2.26
##source=Minimac3
##contig=<ID=22>
##FILTER=<ID=GENOTYPED,Description="Marker was genotyped AND imputed">
##FILTER=<ID=GENOTYPED_ONLY,Description="Marker was genotyped but NOT imputed">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=DS,Number=1,Type=Float,Description="Estimated Alternate Allele Dosage : [P(0/1)+2*P(1/1)]">
##FORMAT=<ID=GP,Number=3,Type=Float,Description="Estimated Posterior Probabilities for Genotypes 0/0, 0/1 and 1/1 ">
##INFO=<ID=AF,Number=1,Type=Float,Description="Estimated Alternate Allele Frequency">
##INFO=<ID=MAF,Number=1,Type=Float,Description="Estimated Minor Allele Frequency">
##INFO=<ID=R2,Number=1,Type=Float,Description="Estimated Imputation Accuracy">
##INFO=<ID=ER2,Number=1,Type=Float,Description="Empirical (Leave-One-Out) R-square (available only for genotyped variants)">
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT 0277 0065 0177
22 16050115 22:16050115 G A . PASS AF=0.00639;MAF=0.00639;R2=0.00000 GT:DS:GP 0|0:0.013:0.987,0.013,0.000 0|0:0.013:0.987,0.013,0.000 0|0:0.013:0.987,0.013,0.000
22 16050213 22:16050213 C T . PASS AF=0.00759;MAF=0.00759;R2=0.00000 GT:DS:GP 0|0:0.015:0.985,0.015,0.000 0|0:0.015:0.985,0.015,0.000 0|0:0.015:0.985,0.015,0.000
22 16050568 22:16050568 C A . PASS AF=0.00040;MAF=0.00040;R2=0.00000 GT:DS:GP 0|0:0.001:0.999,0.001,0.000 0|0:0.001:0.999,0.001,0.000 0|0:0.001:0.999,0.001,0.000
22 16050607 22:16050607 G A . PASS AF=0.00100;MAF=0.00100;R2=0.00000 GT:DS:GP 0|0:0.002:0.998,0.002,0.000 0|0:0.002:0.998,0.002,0.000 0|0:0.002:0.998,0.002,0.000
22 16050627 22:16050627 G T . PASS AF=0.00040;MAF=0.00040;R2=0.00000 GT:DS:GP 0|0:0.001:0.999,0.001,0.000 0|0:0.001:0.999,0.001,0.000 0|0:0.001:0.999,0.001,0.000
22 16050654 22:16050654 A <CN0> . PASS AF=0.00180;MAF=0.00180;R2=0.00000 GT:DS:GP 0|0:0.004:0.996,0.004,0.000 0|0:0.004:0.996,0.004,0.000 0|0:0.004:0.996,0.004,0.000
I have converted these to .gen files so as to be able to work with QCTOOL/BGENIX/SNPTEST. Here is the log:
PLINK v2.00a2 64-bit (9 Jul 2018)
Options in effect:
--export oxford
--out cohort1.1kgp3.chr22
--vcf cohort1.1kgp3.chr22.vcf.gz dosage=GP
Hostname: DLA001
Working directory: /Volumes/WDMyBook8Tb/impute_hrc/MICHIMP/COHORT1_MICHIMP_1000Gp3
Start time: Tue Jul 10 19:12:58 2018
Random number seed: 1531242778
65536 MiB RAM detected; reserving 32768 MiB for main workspace.
Using up to 8 compute threads.
--vcf: 652195 variants scanned.
--vcf: cohort1.1kgp3.chr22-temporary.pgen + cohort1.1kgp3.chr22-temporary.pvar +
cohort1.1kgp3.chr22-temporary.psam written.
657 samples (0 females, 0 males, 657 ambiguous; 657 founders) loaded from
cohort1.1kgp3.chr22-temporary.psam.
652195 variants loaded from cohort1.1kgp3.chr22-temporary.pvar.
Note: No phenotype data present.
Writing cohort1.1kgp3.chr22.gen ... done.
Writing cohort1.1kgp3.chr22.sample ... done.
End time: Tue Jul 10 19:14:02 2018
22 22:16050213 16050213 T C 0 0.985 0.015 0 0.985 0.015
22 22:16050568 16050568 A C 0 0.999 0.001 0 0.999 0.001
22 22:16050607 16050607 A G 0 0.998 0.002 0 0.998 0.002
22 22:16050627 16050627 T G 0 0.999 0.001 0 0.999 0.001
22 22:16050654 16050654 <CN0> A 0 0.996 0.004 0 0.996 0.004
22 22:16050654 16050654 <CN2> A 0 0.966 0.034 0 0.966 0.034
22 22:16050654 16050654 <CN3> A 0 0.775 0.225 0 0.775 0.225
22 22:16050654 16050654 <CN4> A 0 0.992 0.008 0 0.992 0.008
22 22:16050678 16050678 T C 0 0.999 0.001 0 0.999 0.001