xget {ChIPpeakAnno} | R Documentation |
Search by name for an Bimap object.
xget(x, envir, mode, ifnotfound=NA, inherits, output=c("all", "first"))
x, envir, mode, ifnotfound, inherits |
see mget |
output |
return the all or first item for each query |
a character vector
Jianhong Ou
library(org.Hs.eg.db) xget(as.character(1:10), org.Hs.egSYMBOL)