export_ENCODEdb_matrix {ENCODExplorer}R Documentation

Extract essential informations from a list of data.table in a list of data.tables

Description

Extract essential informations from a list of data.table in a list of data.tables

Usage

export_ENCODEdb_matrix(database_filename)

Arguments

database_filename

The name of the file to save the database into.

Value

a list containing two elements. The first one 'experiment' is a data.table containing essential informations for each file part of an experiment ; the second one 'dataset' is a data.table containing essential informations for each file part of a dataset.

Examples

    database_filename <- system.file("extdata/tables",package = "ENCODExplorer")
    ## Not run: 
        export_ENCODEdb_matrix(database_filename = database_filename)
    
## End(Not run)

[Package ENCODExplorer version 2.8.0 Index]