Dear Christopher,
I perform GWAS using PLINK 2.
I use --covar, --qq-plot, --linear and -- adjust, then I will have .adjusted file that can be used for QQ plot.
For manhattan plot I need .linear file, but when I add -- adjust, the .linear file contain repeated SNPs information. It does not contain the overall information for each SNP such as position, chr, pval, etc.
Even without -- adjust, then .linear file still same.
How I can get both files to generate qq and manhattan plots?
I use --covar because I have covariates.
Thanks in advance for your help