get_db {OmnipathR} | R Documentation |
Databases are resources which might be costly to load but can be used many times by functions which usually automatically load and retrieve them from the database manager. Each database has a lifetime and will be unloaded automatically upon expiry.
get_db(key, param = NULL, reload = FALSE)
key |
Character: the key of the database to load. For a list of
available keys see |
param |
List: override the defaults or pass further parameters to
the database loader function. See the loader functions and their
default parameters in |
reload |
Reload the database if |
An object with the database contents. The exact format depends on the database, most often it is a data frame or a list.
goslim <- get_db('go_slim')