View source: R/ROADMAP_tabix.R
ROADMAP_tabix | R Documentation |
Query Roadmap epigenomic annotations (chromatin marks) using a range of genomic coordinates.
ROADMAP_tabix(
eid,
query_dat,
save_dir = tempdir(),
force_new = FALSE,
conda_env = "echoR_mini",
nThread = 1,
verbose = TRUE
)
eid |
Roadmap annotation ID |
query_dat |
Variant-level summary statistics. |
save_dir |
Directory to store query results in. |
force_new |
Overwrite any existing files of the same name. |
verbose |
Print messages. |
as_granges |
Whether to return query
as a |
query_dat <- echodata::BST1
dat <- ROADMAP_tabix(
query_dat = query_dat,
eid = "E099")
Other ROADMAP:
ROADMAP_construct_reference()
,
ROADMAP_merge_and_process()
,
ROADMAP_query()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.