Description Usage Arguments Value Examples
Extract essential informations from the RSQLite databse in a list
of
data.frame
s
1 | export_ENCODEdb_matrix(database_filename)
|
database_filename |
The name of the file to save the database into.
Default: |
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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.