| load_db {OmnipathR} | R Documentation |
Load a built in database
load_db(key, param = list())
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 |
This function loads a database which is stored within the package
namespace until its expiry. The loaded database is accessible by
get_db and the loading process is typically initiated by
get_db, not by the users directly.
Returns NULL.
load_db('go_slim')
omnipath_show_db()