build_file_db_from_raw_tables: Extract file metadata from the full set of ENCODE metadata...

Description Usage Arguments Value Examples

View source: R/prepare_data.R

Description

Extract file metadata from the full set of ENCODE metadata tables.

Usage

1

Arguments

tables

A list of ENCODE metadata tables as loaded by fetch_and_clean_raw_ENCODE_tables.

Value

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.

Examples

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)

ArnaudDroitLab/ENCODExplorerData documentation built on Oct. 8, 2020, 1:32 a.m.