This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Gwas: Adjust For Population Stratification In Impute2 Output

Dear all,

I'm working with a GWAS dataset and I am not so experienced yet with imputation of missing genotypes. But I managed to phase my dataset with SHAPEIT, impute with IMPUTE2 and did an association analysis with SNPTEST, so far so good. But: how do I now adjust for population stratification? I don't find any option in SNPTEST to adjust for Genomic Control, so I guess it can be done by adjusting for principal components as covariates. But how do I calculate principal components from IMPUTE2 output (file types: .gen; .gen_info)??

Thanks a lot! Frank

gwas

Hi Maxime, thanks a lot, that is a good option. The only drawback is that I loose the probability values for the imputed genotypes, because GTOOL just applies a propability threshold and will then convert the imputed genotypes to plink format such as regularly typed genotypes. That means that in subsequent association analysis in plink the uncertainty of the imputed genotypes is not considered any more. Best regards, Frank

Calculate principle components on genotyped set, then use it for imputed set, see if it helps to reduce the inflation.

1 answer

Hi, I dont know much about IMPUTE2 for population stratification but after converting your data in HapMap, Plink or flapjack format, you can import data in either TASSEL or GAPIT or in STRUCTURE, where you can run them for PCA analysis or structure analysis. Thanks,

Vinod

Log in to answer this question.