xget | R Documentation |
Search by name for an Bimap object.
xget(
x,
envir,
mode,
ifnotfound = NA,
inherits,
output = c("all", "first", "last")
)
x , envir , mode , ifnotfound , inherits |
see mget |
output |
return the all or first item for each query |
a character vector
Jianhong Ou
See Also as mget
,
mget
library(org.Hs.eg.db)
xget(as.character(1:10), org.Hs.egSYMBOL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.