Description Usage Arguments Value Examples
Fetches and preprocess the raw metadata tables from ENCODE.
1 2 3 4 5 6 | fetch_and_clean_raw_ENCODE_tables(
cache_filename = "tables.RDA",
types = get_encode_types(),
overwrite = FALSE,
precache = NULL
)
|
cache_filename |
A file name for caching the selected tables into. |
types |
The names of the tables to extract using the ENCODE rest api. |
overwrite |
If cache_filename already exists, should it be overwritten?
Default: |
precache |
A path to cache the raw metadata as returned by ENCODE and
parsed using jsonlite. If NULL, no caching is performed.
Default: |
A list
with all selected tables from ENCODE.
1 2 3 | fetch_and_clean_raw_ENCODE_tables(cache_filename = "platform.RDA", types = "platform")
file.remove("platform.RDA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.