maps | 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
## Not run:
location <- getDatabase("Bacillus subtilis")
mapper <- loadDatabase(location)
input = data.frame(
source= c("L"),
identifier= c("885041")
)
maps(mapper,input)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.