prepare_ENCODEdb {ENCODExplorer} | R Documentation |
Create the list of data.table for the tables in ENCODE
prepare_ENCODEdb(database_filename = "inst/extdata/tables.RDA", types = get_encode_types(), overwrite = FALSE)
database_filename |
The name of the file to save the database into. |
types |
The names of the tables to extract from ENCODE rest api. |
overwrite |
Should tables already present in database be overwrited
Default: |
is a list
with selected tables from ENCODE that were used to
create the list of data.table
.
prepare_ENCODEdb(database_filename = "tables.RDA", types = "platform") file.remove("platform.RDA") ## Not run: prepare_ENCODEdb("ENCODEdb.RDA") ## End(Not run)