maps {BridgeDbR} | R Documentation |
Converts one identifier into other identifiers for the given target data source.
maps(mapper, identifiers, target)
mapper |
loaded BridgeDb identifier mapper |
identifiers |
data frame with identifiers to be converted, with a source and a identifier column |
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) input = data.frame( source= c("L"), identifier= c("885041") ) maps(mapper,input)