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