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.
eQTL_Catalogue.search_metadata(qtl_search = NULL, verbose = T)
Other eQTL Catalogue:
BST1__Alasoo_2018.macrophage_IFNg
,
LRRK2__Alasoo_2018.macrophage_IFNg
,
MEX3C__Alasoo_2018.macrophage_IFNg
,
eQTL_Catalogue.fetch()
,
eQTL_Catalogue.header
,
eQTL_Catalogue.iterate_fetch()
,
eQTL_Catalogue.query()
,
fetch_restAPI()
,
fetch_tabix()
,
merge_gwas_qtl()
,
meta
qtl_datasets <- eQTL_Catalogue.search_metadata(qtl_search=c("Alasoo_2018","monocyte")) qtl_datasets.brain <- eQTL_Catalogue.search_metadata(qtl_search="brain")