xget: Return the value from a Bimap objects

View source: R/xget.R

xgetR Documentation

Return the value from a Bimap objects

Description

Search by name for an Bimap object.

Usage

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


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


jianhong/ChIPpeakAnno documentation built on April 28, 2024, 3:10 p.m.