Learn R Programming

BridgeDbR (version 1.6.0)

map: Converts one identifier into other identifiers for the given target data source.

Description

Converts one identifier into other identifiers for the given target data source.

Usage

map(mapper, source, identifier, target)

Arguments

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

Value

mappings
a vector of mapped identifiers for the target data source

Examples

Run this code
## Not run: 
# location <- getDatabase("Homo sapiens")
# mapper <- loadDatabase(location)
# map(mapper, "L", "196410", "X")
# ## End(Not run)

Run the code above in your browser using DataLab