Thanks. I am summarizing some suggestions on QC and GWAS on X chromosome as suggested by these papers. All of these are obtainable through running multiple plink commands and summarizing the results through some script, but it will be useful to have them performed at one go.
Ref:
How to Include Chromosome X in Your Genome-Wide Association Study
Inke R. Konig, Christina Loley, Jeanette Erdmann, and Andreas Ziegler
XWAS: a toolset for genetic data analysis and association studies of the X chromosome
Diana Chang, Feng Gao and Alon Keinan
QC suggestion:
1. Include only those SNPs which have MAF > a% in both males and females. (1% usually).
2. looking at SNP missingness difference between males and females. One way to do it is to exclude |Miss_Male - Miss_Female| > a% (2% usually). Other is to test differential missingness in males vs. females using a chi-square test and exculde using p-value threshold of 10^-7 usually.
GWAS suggestion:
Perform stratified GWAS, i.e. in males and females separately, then combine results using Fisher's method. (or any other method which combines test statistics, possibly using weights proportional to sample sizes etc. Combining coefficient estimates is not recommended because genetic effects might be opposite in the two sexes.)
Maybe a new file can be produced where results from many different approaches are presented together, so that one doesn't have to run them separately? As suggested in the papers, models to consider are: only-males, only-females, combined data using --xchr-model 1, combined data using --xchr-model 2, and the proposed stratified model.