xget {ChIPpeakAnno}R 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"))

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)

[Package ChIPpeakAnno version 3.16.1 Index]