Description Usage Arguments Value Examples
Extract file metadata from the full set of ENCODE metadata tables.
1 | build_file_db_from_raw_tables(tables)
|
tables |
A list of ENCODE metadata tables as loaded by fetch_and_clean_raw_ENCODE_tables. |
A list
containing two data.table
objects:
encode_df
, containing the most interesting metadata columns,
and encode_df_ext
, containing relevant metadata for all
ENCODE files.
1 2 3 4 5 | ## Not run:
tables = fetch_and_clean_raw_ENCODE_tables()
build_file_db_from_raw_tables(tables = tables)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.