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

View source: R/loadDatabase.R

loadDatabaseR Documentation

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

Description

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

Usage

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

## Not run: 
location <- getDatabase("Bacillus subtilis")
mapper <- loadDatabase(location)

## End(Not run)

egonw/BridgeDbR documentation built on Sept. 18, 2023, 8:14 p.m.