-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How LD clumping was performed to select eQTLs for candidate gene? #6
Comments
hi Shicheng, Thanks for the questions. In the paper, we used clumping on the eQTL data (both for the sim and real data examples, same parameters): https://github.com/mikelove/mrlocusPaper/blob/master/sim/Snakefile#L212-L228 We are currently also using conditional QTL as provided by e.g. APEX or other upstream tools. I think conditional QTL will likely give better instruments and better gene-to-trait estimation. Horizontal pleiotropy is not explicitly modeled in MRLocus, but instead we rely on multiple instruments with low correlation to attempt to control FP of gene-to-trait effects. With few instruments, our credible intervals grow large anyway. We have simulations of horizontal pleiotropy in the paper (Supp Fig H gives an example of such a sim where a locus contains variants that are trait-only effects mixed in). We performed well there -- at least in the simulation framework, which we didn't create but just tweaked to allow for HP. MRLocus does not currently have any methods to deal with multiple genes in a locus, each with overlapping regions contributing to heritability of expression level AND also > 1 gene mediating trait heritability. TMWR does this, but we don't have this currently.
|
Oh, in practice, we generally start with TWAS genes, as we need TWAS significance (speaking roughly) in order for the gene to also be MRLocus significant. Another note is that, in practice, multi-mapping reads and overlapping genes can be a real issue (i.e. Saha and Battle's paper on multi-mapping and QTL analysis). |
Thank you Mike. It totally make sense!! Shicheng |
I am wondering do we have public available independent identified eQTL for GTEx-V8 based on APEX or GCTA? |
Dear Mike,
I am wondering How LD clumping was performed to select eQTLs for candidate gene in eQTL-based two-sample Mendelian Randomization? How to handle pleiotropy eQTL issue? for example, a SNP is eQTLs for candidate gene, but also for multiple other genes? Do we have any strategy to select gene-specific eQTL?
Thank.
Shicheng
The text was updated successfully, but these errors were encountered: