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
)
query_dat <- echodata::BST1
dat <- ROADMAP_tabix(
query_dat = query_dat,
eid = "E099")
Roadmap annotation ID
Variant-level summary statistics.
Directory to store query results in.
Overwrite any existing files of the same name.
Print messages.
Whether to return query
as a data.frame
or GRanges.
Other ROADMAP:
ROADMAP_construct_reference()
,
ROADMAP_merge_and_process()
,
ROADMAP_query()