View source: R/eQTLcatalogue_annotate_tissues.R
eQTLcatalogue_annotate_tissues | R Documentation |
Annotate QTL datasets from eQTL Catalogue with metadata.
eQTLcatalogue_annotate_tissues(dat, add_tissue_counts = FALSE)
dat |
data.table of query results from eQTLcatalogue_example_queries. |
add_tissue_counts |
Add a new column "Tissue_count" summarizing the number of datasets per tissue. |
paths <- catalogueR::eQTLcatalogue_example_queries( fnames = "BST1__Alasoo_2018.macrophage_IFNg+Salmonella.tsv.gz") dat <- data.table::fread(paths[1], nThread = 1) dat_annot <- catalogueR::eQTLcatalogue_annotate_tissues(dat = dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.