| meta | R Documentation | 
List of all queryable tabix-indexed eQTL Catalogue datasets and their associated systems/tissues/cell types.
meta
An object of class data.table (inherits from data.frame) with 503 rows and 12 columns.
meta <- eQTLcatalogue_list_datasets(force_new = TRUE)
# Some paths in the metadata were originally wrong.
# Has since been corrected by authors.
# meta <- meta |> dplyr::mutate(ftp_path= gsub("Fairfax_2014_monocyte",
#                                              "Fairfax_2014",ftp_path))
usethis::use_data(meta, overwrite = TRUE)
Other eQTL Catalogue: 
eQTLcatalogue_fetch(),
eQTLcatalogue_header,
eQTLcatalogue_iterate_fetch(),
eQTLcatalogue_query(),
eQTLcatalogue_search_metadata(),
fetch_restAPI(),
fetch_tabix(),
merge_gwas_qtl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.