export_ENCODEdb_matrix: Extract essential informations from the RSQLite databse in a...

Description Usage Arguments Value Examples

Description

Extract essential informations from the RSQLite databse in a list of data.frames

Usage

1
export_ENCODEdb_matrix(database_filename)

Arguments

database_filename

The name of the file to save the database into. Default: ENCODEdb.sqlite.

Value

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

Examples

1
2
3
4
5
6
database_filename <- system.file("extdata/ENCODEdb.sqlite",
                                   package = "ENCODEdb")
  ## Not run: 
    export_ENCODEdb_matrix(database_filename = database_filename)
  
## End(Not run)

CharlesJB/ENCODExplorer-release documentation built on May 6, 2019, 9:57 a.m.