| fetch_tabix | R Documentation |
Query eQTL Catalogue datasets by region with tabix or echotabix. Faster alternative to REST API.
fetch_tabix(
unique_id,
query_granges,
query_method = c("rsamtools", "variantannotation", "conda", "seqminer"),
quant_method = "ge",
nThread = 1,
conda_env = "echoR_mini",
verbose = TRUE
)
query_granges |
GRanges object
to be used for querying the |
query_method |
Method used for querying. See query for available options. |
quant_method |
eQTL Catalogue actually contains more than just eQTL data. For each dataset, the following kinds of QTLs can be queried:
|
nThread |
The number of CPU cores you want to use to speed up your queries through parallelization. |
conda_env |
Conda environment to search for tabix executable in. |
verbose |
Show more ( |
eQTL Catalogue blocking tabix requests
data("meta");
query_granges <- echotabix::construct_query(query_dat = echodata::BST1)
qtl.subset <- catalogueR:::fetch_tabix(unique_id=meta$unique_id[2],
query_granges=query_granges)
Other eQTL Catalogue:
eQTLcatalogue_fetch(),
eQTLcatalogue_header,
eQTLcatalogue_iterate_fetch(),
eQTLcatalogue_query(),
eQTLcatalogue_search_metadata(),
fetch_restAPI(),
merge_gwas_qtl(),
meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.