R/ROADMAP_construct_reference.R
ROADMAP_construct_reference.Rd
Gather Roadmap annotation metadata
ROADMAP_construct_reference(
ref_path = system.file("extdata/ROADMAP", "ROADMAP_Epigenomic.js", package =
"echoannot"),
limit_files = NULL,
keyword_query = NULL,
verbose = TRUE
)
Where the ROADMAP metadata is stored.
Limit the number of annotation files queried (for faster testing).
Search all columns in the Roadmap annotations metadata
and only query annotations that contain your keywords.
Can provide multiple keywords in list form:
c("placenta","liver","monocytes")
.
Print messages.
Other ROADMAP:
ROADMAP_merge_and_process()
,
ROADMAP_query()
,
ROADMAP_tabix()
ref <- ROADMAP_construct_reference(keyword_query = c(
"placenta",
"liver",
"monocytes"))
#> + ROADMAP:: 6 annotation(s) identified that match: placenta | liver | monocytes