getProperties {BridgeDbR} | R Documentation |
Gets the properties of an BridgeDb ID mapping database.
getProperties(mapper)
mapper |
loaded BridgeDb identifier mapper |
properties |
a data frame with the properties |
Egon Willighagen
## Not run: location <- getDatabase("Bacillus subtilis") mapper <- loadDatabase(location) getProperties(mapper) ## End(Not run)