How to harmonise target SNPs and proxy SNPs? #258
Unanswered
zhuziwei5225
asked this question in
Q&A
Replies: 1 comment
-
Have you addressed this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I found proxy SNPs with vcftools. How can I correct the beta when the alleles of target SNP and proxy SNP do not correspond for the same SNP? harmonise_data() will remove the ambigous SNP.
For example:
exposure effect of target SNP =0.5
effect allele = A
other allele = T
outcome effect of proxy SNP =-0.05
effect allele = A
other allele = C
or
exposure effect of target SNP =0.5
effect allele = A
other allele = G
outcome effect of proxy SNP =-0.05
effect allele = A
other allele = C
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions