Description Usage Arguments Details
Update your local BioGRID database with the latest interactions, or previously archived versions of the BioGRID database.
1 2 | update_biogridr(db = getOption("biogridr.db"),
url = getOption("biogridr.url"))
|
db |
Path to an SQLite database. Defaults to
|
url |
URL to BIOGRID-ALL-<VERSION>.tab2.zip archive. Defaults to
|
This function downloads a BIOGRID-ALL-<VERSION>.tab2.zip to a temporary file,
which is then written to an SQLite database. The default biogridr url
(getOption('biogridr.url')) is the latest release.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.