Description Usage Arguments Value Examples
Query Qtlizer database for expression quantitative trait loci (eQTLs) in human.
1 2  | 
query | 
 The query consists of search terms and can be a single string or a vector. Qtlizer allows to query both variants (Rsid, ref_version:chr:pos) and genes (Symbol consisting of letters and numbers according to the HGNC guidelines). Minimum allowed term length is 2.  | 
corr | 
 Linkage disequilibrium based on 1000 Genomes Phase 3 European. If this optional value between 0 and 1 is set, the input variants are enriched for proxy variants passing the threshold. Default value is NA.  | 
max_terms | 
 Number of terms in a single HTTP request. Default value is 5. A large value can lead to a very large result set and a error by the database.  | 
ld_method | 
 There are two methods available: "r2" (default) and "dprime".  | 
ref_version | 
 Two possible versions are supported: hg19 (GRCh37) or hg38 (GRCh38). Default value is "hg19". This argument is only considered if a GenomicRanges::GRanges object is returned.  | 
return_obj | 
 The user can choose to get the QTL data to be returned as data frame or as a GenomicRanges::GRanges object. The default value is "dataframe".  | 
Data frame or GenomicRanges::GRanges object containing QTL data.
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.