View source: R/eQTLcatalogue_search_metadata.R
eQTLcatalogue_search_metadata | R Documentation |
Searches through multiple relevant metadata columns to find
eQTL Catalogue datasets
that match at least one of your substrings in a list.
All searches are case-insensitive.
If qtl_search=NULL
, will return all available datasets.
eQTLcatalogue_search_metadata(qtl_search = NULL, verbose = TRUE)
qtl_search |
This function will automatically search for any datasets that match your criterion. For example, if you search "Alasoo_2018", it will query the datasets:
You can be more specific about which datasets you want to include,
for example by searching: "Alasoo_2018.macrophage_IFNg".
You can even search by tissue or condition type
(e.g. |
verbose |
Show more ( |
Other eQTL Catalogue:
eQTLcatalogue_fetch()
,
eQTLcatalogue_header
,
eQTLcatalogue_iterate_fetch()
,
eQTLcatalogue_query()
,
fetch_restAPI()
,
fetch_tabix()
,
merge_gwas_qtl()
,
meta
qtl_datasets <- eQTLcatalogue_search_metadata(qtl_search = c( "Alasoo_2018", "monocyte" )) qtl_datasets.brain <- eQTLcatalogue_search_metadata(qtl_search = "brain")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.