map {BridgeDbR} | R Documentation |
Converts one identifier into other identifiers for the given target data source.
map(mapper, source, identifier, target)
mapper |
loaded BridgeDb identifier mapper |
source |
system code of the data source |
identifier |
identifier to be converted |
target |
system code of the target data source (optional) |
mappings |
a data frame of mapped identifiers for the target data source |
Egon Willighagen
location <- getDatabase("Bacillus subtilis") mapper <- loadDatabase(location) map(mapper, "L", "885041", "X") map(mapper, "L", "885041")