link_eqtl | R Documentation |
Adds eQTL (expression quantitative trait loci) information from GTEx
(https://gtexportal.org/) to a 'locus' class object. It queries LDlink
(https://ldlink.nci.nih.gov/) via the LDlinkR
package to retrieve GTEx eQTL
information on a reference SNP.
link_eqtl(loc, pop = "CEU", r2d = "r2", token = "", ...)
loc |
Object of class 'locus' generated by |
pop |
A 1000 Genomes Project population, (e.g. YRI or CEU), multiple
allowed, default = "CEU". Passed to |
r2d |
Either "r2" for LD r^2 or "d" for LD D', default = "r2". Passed
to |
token |
Personal access token for accessing 1000 Genomes LD data via
LDlink API. See |
... |
Optional arguments such as |
The additional eQTL information obtained from LDlink web server can be
displayed using eqtl_plot()
which generates a scatter plot with gene tracks
similar to a locus plot, or with overlay_plot()
which tries to overlay the
EQTL analysis over the original locus results (e.g. GWAS).
Returns an object of class 'locus' with an extra list element 'LDexp'
containing a dataframe of information obtained via LDexpress()
.
locus()
eqtl_plot()
overlay_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.