Description Usage Arguments Value Examples
Given the raw ENCODE tables, this generate a data.table with the full set of file metadata columns.
1 | generate_encode_df_full(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.