loadDatabase {BridgeDbR} | R Documentation |
Loads a BridgeDb identifier mapping database (.bridge file) as an IDMapper Java-Object.
loadDatabase(location)
location |
location on the hard disk of the BridgeDb file |
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.
mapper |
an IDMapper object |
Egon Willighagen
location <- getDatabase("Mycobacterium tuberculosis") mapper <- loadDatabase(location)