View source: R/fetch_restAPI.R
fetch_restAPI | R Documentation |
2.2 Method 2: RESTful API Slower than tabix (unless you're only querying several specific SNPs).
fetch_restAPI( unique_id, query_granges, quant_method = "ge", is_gwas = FALSE, size = NULL, timeout = 5 * 60, verbose = TRUE )
quant_method |
eQTL Catalogue actually contains more than just eQTL data. For each dataset, the following kinds of QTLs can be queried:
|
verbose |
Show more ( |
data("meta")
query_granges <- echotabix::construct_query(query_dat = echodata::BST1)
qtl.subset <- fetch_restAPI(unique_id = meta$unique_id[1],
query_granges = query_granges)
Other eQTL Catalogue:
eQTLcatalogue_fetch()
,
eQTLcatalogue_header
,
eQTLcatalogue_iterate_fetch()
,
eQTLcatalogue_query()
,
eQTLcatalogue_search_metadata()
,
fetch_tabix()
,
merge_gwas_qtl()
,
meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.