Description Usage Arguments Value Author(s) Examples
Converts one identifier into other identifiers for the given target data source.
1 | 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
1 2 3 4 5 6 7 8 9 10 | ## 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.