loadDatabase | 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
## 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.