bimap_lookup: Looking Up Keys in Identifier Maps

Description Usage Arguments

View source: R/db-packages.R

Description

Look up for keys in a map.

Usage

1
bimap_lookup(keys, map, multiple = TRUE)

Arguments

keys

keys to look up

map

Map as a bimap object, e.g., hgu133plus2ENTREZID.

multiple

logical that indicates if all matches should be included, or if the result list should be reduced to a one-to-one mapping vector. Possible values are:

  • TRUE result is a list with potential multiple matches

  • NA results is a vector with multiple matches set to NA

  • FALSE or 'first' results is a vector with multiple matches resolved by choosing the first match.

  • 'last' results is a vector with multiple matches resolved by choosing the last match.


renozao/xbioc documentation built on Sept. 3, 2020, 1:13 a.m.