README.md

Qtlizer: comprehensive QTL annotation of GWAS results

Twitter

 + Introduction\  + Installation\  + Usage\     |-- Accepted query terms\     |-- Optional parameters\     |-- Meta information\  + Try out online\  + Authors\  + Citation\  + License

Introduction

This R package provides access to the Qtlizer web server. Qtlizer annotates lists of common small variants (mainly SNPs) and genes in humans with associated changes in gene expression using the most comprehensive database of published quantitative trait loci (QTLs).

Alternatively, the Qtlizer can be accessed by using a web-based GUI (http://genehopper.de/qtlizer). More information about usage and available datasets can be found at http://genehopper.de/help#qtlizer_docu.

Installation

devtools::install_github('matmu/Qtlizer', build_vignettes = TRUE)

Please note: A valid internet connection (HTTP port: 80) is required in order to install and use the package.

Help pages

browseVignettes(Qtlizer)
help(package="Qtlizer")

Usage

Simply call the function get_qtls() function to make requests to Qtilzer. The function utilizes a REST API (http://genehopper.de/rest) to query the annotation database. The QTL results will be returned as data frame or as GenomicRanges::GRanges object.

get_qtls('rs4284742 DEFA1')

Common seperators (space, comma, space + comma, ...) are accepted. It is also possible to pass your query with a vector:

get_qtls(c("rs4284742", "DEFA1"))

Accepted query terms

Accepted query terms are variant and gene identifiers of the form:

Optional parameters

Meta information

Column descriptions of the received data frame can be accessed by calling:

df = get_qtls("rs4284742")
comment(df)

Try out online

If you want to try out the R package online, there is an example Google Colaboratory project at

https://colab.research.google.com/drive/1i1sjQHCjaw2wYzVBnXQ9iaghnk-jSU95#scrollTo=5Hi6sCe7SPFb

To run the project, make a private copy or open the project in playground mode and sign in to Google.

Authors

Matthias Munz \ Julia Remes\ University of Lübeck, Germany

Citation

Please cite the following article when using Qtlizer:

Munz M, Wohlers I, Simon E, Busch H, Schaefer A* and Erdmann J * (2018) Qtlizer: comprehensive QTL annotation of GWAS results. bioRxiv

License

GNU General Public License v3.0



matmu/qtlizer documentation built on March 29, 2022, 12:03 p.m.