--
You received this message because you are subscribed to the Google Groups "plink2-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plink2-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/plink2-users/71a03903-7e55-46bd-9e44-39397a65ee3bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/plink2-users/977cf8a4-fcd3-442c-b544-69908c42eefbn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/plink2-users/7e27a3cb-8bb2-4ccb-a459-931e4a98398bn%40googlegroups.com.
A1 represents the allele under test or the effect allele. However, A1 might occasionally match to either the reference (REF) or alternative (ALT) allele. For the PLINK meta-analysis function, you need to identify the non-effect allele (A2) alongside A1.
If I set A2 to REF or ALT - this could lead to mismatches or errors because A1 in my dataset might match either REF or ALT . To address this, I utilised the --glm cols=+ax tag during my GWAS rerun. This generated a column labeled AX in the output file, which contains the non-effect alleles.
Now, when conducting meta-analysis using PLINK, I designate the A1 allele using the --meta-analysis-a1-field parameter, which always remains as A1. In other words A1 is always the effect/test allele. For the A2 allele, I use the AX column. The AX will always be the other allele in comparison to A1.
Hi,
Instead of rerunning my GWAS with the --glm cols=+ax option to generate the AX column (which provides the non-effect allele), can I infer A2 as the counterpart of A1? In my current GWAS output, A1 is the effect allele and I have REF and ALT columns available. So, if for a SNP, A1 equals REF, I would assign A2 as ALT, and if A1 equals ALT, then A2 would be REF.
Is this approach valid, or would you recommend rerunning with the --glm cols=+ax flag?
Thanks.
To view this discussion visit https://groups.google.com/d/msgid/plink2-users/fa68ff02-afd1-4fc4-b4dc-1ae255ec0b04n%40googlegroups.com.