xget: Return the value from a Bimap objects

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xget.R

Description

Search by name for an Bimap object.

Usage

1
2
3
4
5
6
7
8
xget(
  x,
  envir,
  mode,
  ifnotfound = NA,
  inherits,
  output = c("all", "first", "last")
)

Arguments

x, envir, mode, ifnotfound, inherits

see mget

output

return the all or first item for each query

Value

a character vector

Author(s)

Jianhong Ou

See Also

See Also as mget, mget

Examples

1
2
    library(org.Hs.eg.db)
    xget(as.character(1:10), org.Hs.egSYMBOL)

ChIPpeakAnno documentation built on April 1, 2021, 6:01 p.m.