loadDatabase: Loads a BridgeDb identifier mapping database (.bridge file)...

Description Usage Arguments Details Value Author(s) Examples

View source: R/loadDatabase.R

Description

Loads a BridgeDb identifier mapping database (.bridge file) as an IDMapper Java-Object.

Usage

1
loadDatabase(location)

Arguments

location

location on the hard disk of the BridgeDb file

Details

The return Java-Object is a Java class implementing the BridgeDb IDMapper interface. It is the required mapper class that is used as input for other methods that need an IDMapper.

Value

mapper

an IDMapper object

Author(s)

Egon Willighagen

Examples

1
2
3
4
5
## Not run: 
location <- getDatabase("Bacillus subtilis")
mapper <- loadDatabase(location)

## End(Not run)

BridgeDbR documentation built on Nov. 8, 2020, 5:09 p.m.