maps: Converts multiple identifiers into other identifiers for the...

Description Usage Arguments Value Author(s) Examples

View source: R/maps.R

Description

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

Usage

1
maps(mapper, identifiers, target)

Arguments

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)

Value

mappings

a data frame of mapped identifiers for the target data source

Author(s)

Egon Willighagen

Examples

 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)

BridgeDbR documentation built on Nov. 8, 2020, 5:09 p.m.