load_db: Load a built in database

load_dbR Documentation

Load a built in database

Description

Load a built in database

Usage

load_db(key, param = list())

Arguments

key

Character: the key of the database to load. For a list of available keys see omnipath_show_db.

param

List: override the defaults or pass further parameters to the database loader function. See the loader functions and their default parameters in omnipath_show_db.

Details

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.

Value

Returns NULL.

See Also

omnipath_show_db, get_db

Examples

load_db('go_slim')
omnipath_show_db()


saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.