The imputation was performed using the Michigan Imputation server (MIS) using 1000G Phase3 SAS population as the reference population. Phasing done using Eagle v2.4 and SNPs filtered with r2 cut-off <0.2. This imputation platform performs imputation of missing genotypes in our target data by comparing the variants with the ref data. We lost ~50% variants during this comparison. Now my post-imputation data, contains all the variants from my remaining ~50% variants (of target data) and all the SNPs that are linked to these ~50% variants (SNPs that were not actually genotyped). Post imputation, we QC'ed the SNPs based on MAF <1% and HWE outliers (p< 1x 10-5). We performed imputation only in the autosomes.
I am assuming that the most significant SNP (p 1x 10 -16) in pre imputation data was lost as it was not matched with the ref data (1000G SAS). How do I justify this loss? Is it not very unlikely?
Also, I cross-checked the pre- and post- imputation data for the common SNPs retained in both the sets, the allele freq is the same in both the datasets (pre- & post).
I am no expert, but my guess is that the imputation step drastically increased the number of SNPs and thus the number of association tests performed. When correcting for multiple testing, your significant SNPs no longer pass the threshold. How many SNPs were tested before and after imputation? Also, what software/model are you using for GWAS?
We did not perform multiple correction. The SNPs significant pre-imputation (unadjusted p < 1x10-16) is no longer significant post imputation even till p < 0.05. We performed genotyping on ~8 lakh markers and post Quality control, ~3 lakh markers were used as input file for imputation. Post-imputation my output .vcf file retrieved ~80 lakh markers. We performed association analysis using plink where summary statistics were calculated using X2 test. For imputation, we used Michigan imputation server, using 1000genome phase3 v5 (SAS population) as reference, where phasing was performed using Eagle v2.4 where r2 threshold was put 0.2.