BimapFormatting | R Documentation |
These functions format a Bimap as a list or character vector.
## Formatting as a list
as.list(x, ...)
## Formatting as a character vector
#as.character(x, ...)
x |
A Bimap object. |
... |
Further arguments are ignored. |
H. Pagès
Bimap, Bimap-envirAPI
library(hgu95av2.db)
as.list(hgu95av2CHRLOC)[1:9]
as.list(hgu95av2ENTREZID)[1:9]
as.character(hgu95av2ENTREZID)[1:9]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.