Is there any eQTL analysis tool or an R package out there that considers P-value for analysis?
Is there any eQTL analysis tool or an R package out there that considers P-value for analysis?
For generic QTL analyses, I'd recommend the MatrixEQTL package and associated methodology. It's blazing fast providing you have the right LINPACK libraries.
Website / Paper / Package (CRAN)
Check out the website for some useful examples and configurations
Thanks EagleEye. Basically I wanted to analyse data contained in this link :- https://www.niagads.org/igap-summary-statistics-adgc-only. Any thoughts?
I believe that the above mentioned dataset is a result of a certain experiment. Does anybody concur? It does say so that there were 15 cohorts involved. So my question is, is this something like WGS (Whole Genome Sequencing)? Forgive me if this a very basic question since I'm fairly new to this. Thanks.
In simple terms as I understood,
Differential expression analysis: Finding difference in expression between two groups/tissues.
eQTL: Association of SNPs/polymorphisms with expression in specific/different tissues OR finding the effect of SNPs/polymorphisms on expression in specific/multiple tissues
Personally so far, I did not get a chance to handle eQTL dataset. Since the information looks fascinating, I just started reading about it. You can have a look at these articles related to eQTL studies from the following link.
A: How to integrate GTEx data for variant annotation to understand the tissue speci
Is there any one give a try on eQTL analysis pipeline from molgenis? Here is the link: https://github.com/molgenis/systemsgenetics/wiki/eQTL-mapping-analysis-cookbook-(eQTLGen)#step-1---preparation-of-expression-data
How does it compare to matrixQTL?
And, what is covariate file? I cant find its definition/explanation anywhere.
Thank you
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Yes i can confirm, I also highly recommend Matrix eQTL, it is extremely fast and you can add covariates if any in your experimental design.
Thank you both. I hope you're suggesting me this after having a look at the above mentioned dataset.
I believe that the above mentioned dataset is a result of a certain experiment. Does anybody concur? It does say so that there were 15 cohorts involved. So my question is, is this something like WGS (Whole Genome Sequencing)? Forgive me if this a very basic question since I'm fairly new to this. Thanks.
make a screenshot of the dataset and I can tell you more. I am not in the condition now to download 63.3 Mb of a file.
https://i.imgur.com/BkukbGz.png
you have a table that might be the output of a tool that is performing such eQTL or QTL analysis, so please formulate again your question. What do you want to know?
Can I use P value as a factor for identifying significant SNPs?
you can select cut-off threshold to work with significant SNP. The cut-off threshold should be selected according to sample size to avoid false positive results. A P.val <= 0.01 is a good start but again, select a cut off for eQTL or GWAS or QTL depends on the number of SNPs that you are testing and how many people you used for the test...
Hi Andrew, I am wondering how many eQTL from GTEx are solid and credible? 10%, 50% or 70%? Is there any way to design a study to validate and evaluate it?