I have been using PLINK1.9 for GWAS on three different cohort (different micro-array chips and different population). I want to measure the association between SNPs and type2 diabetes (binary outcomes). I used --logistic option and control for PC1 and PC2. The QQ plot from each population looks good. Now I want to combine the .logistic files from three different population. I found some usage information of --meta-analysis on PLINK web and below is my code:
plink --meta-analysis 4784_T2DM_CUR.assoc.logistic 4927_T2DM_CUR.assoc.logistic 5352_T2DM_cur.assoc.logistic
According with the Hint on the web, I have added SE column in the .logistic file by specified --ci 0.95
But I kept getting the error like this:
Error: This flag's implementation is unfinished or unstable. If you wish to test it, use the latest development build
I do not know if it is because of version issue or my format is still wrong
Any help is appreciated!
Thank you
Wenyu