Description Usage Arguments Details Value Author(s) Examples
Loads a BridgeDb identifier mapping database (.bridge file) as an IDMapper Java-Object.
1 | 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
1 2 3 4 5 | ## Not run:
location <- getDatabase("Bacillus subtilis")
mapper <- loadDatabase(location)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.