Description Usage Arguments Value Examples
Create the RSQLite databse for the tables in ENCODE
1 2 | prepare_ENCODEdb(database_filename = "inst/extdata/ENCODEdb.sqlite",
types = get_encode_types(), overwrite = FALSE)
|
database_filename |
The name of the file to save the database into.
Default: |
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 RSQLite
database.
1 2 3 4 5 6 | prepare_ENCODEdb(database_filename = "platform.sql", types = "platform")
file.remove("platform.sql")
## Not run:
prepare_ENCODEdb("ENCODEdb.sqlite")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.