View source: R/ROADMAP_construct_reference.R
ROADMAP_construct_reference | R Documentation |
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
)
ref_path |
Where the ROADMAP metadata is stored. |
limit_files |
Limit the number of annotation files queried (for faster testing). |
keyword_query |
Search all columns in the Roadmap annotations metadata
and only query annotations that contain your keywords.
Can provide multiple keywords in list form:
|
verbose |
Print messages. |
Other ROADMAP:
ROADMAP_merge_and_process()
,
ROADMAP_query()
,
ROADMAP_tabix()
ref <- ROADMAP_construct_reference(keyword_query = c(
"placenta",
"liver",
"monocytes"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.