Bimap-direction {AnnotationDbi} | R Documentation |
These methods are part of the Bimap interface.
direction(x) direction(x) <- value revmap(x, ...)
x |
A Bimap object. |
value |
A single integer or character string indicating the new direction. |
... |
Extra argument can be:
|
H. Pages
Bimap, BimapFormatting, AnnDbBimap-envirAPI
library(hgu95av2.db) x <- hgu95av2GO x length(x) Llength(x) Rlength(x) y <- revmap(x) y length(y) Llength(y) Rlength(y)