export_ENCODEdb_matrix {ENCODExplorer} | R Documentation |
list
of
data.table
sExtract essential informations from a list of data.table in a list
of
data.table
s
export_ENCODEdb_matrix(database_filename)
database_filename |
The name of the file to save the database into. |
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.
database_filename <- system.file("extdata/tables",package = "ENCODExplorer") ## Not run: export_ENCODEdb_matrix(database_filename = database_filename) ## End(Not run)