Learn R Programming

BridgeDbR (version 1.6.0)

loadDatabase: Loads a BridgeDb identifier mapping database (.bridge file) as an IDMapper object.

Description

Loads a BridgeDb identifier mapping database (.bridge file) as an IDMapper object.

Usage

loadDatabase(location)

Arguments

location
location on the hard disk of the BridgeDb file

Value

mapper
the system code of the data source

Examples

Run this code
## Not run: 
# location <- getDatabase("Homo sapiens")
# mapper <- loadDatabase(location)
# ## End(Not run)

Run the code above in your browser using DataLab