ChIPpeakAnno (version 3.6.5)

xget: 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"))

Arguments

x, envir, mode, ifnotfound, inherits
see mget
output
return the all or first item for each query

Value

a character vector

See Also

See Also as mget, mget

Examples

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

Run the code above in your browser using DataCamp Workspace