Skip to content
Prev 1910 / 21307 Next

[Bioc-devel] Importing get() method from GO.db

Herv? Pag?s wrote:
[...]
Oops, this is more appropriate here:

   > showMethods(AnnotationDbi::get)
   Function: get (package base)
   x="ANY", pos="AnnDbBimap", envir="missing"
   x="ANY", pos="ANY", envir="AnnDbBimap"
   x="ANY", pos="ANY", envir="ANY"
   x="ANY", pos="GOTermsAnnDbBimap", envir="ANY"
       (inherited from: x="ANY", pos="ANY", envir="ANY")
   x="character", pos="GOTermsAnnDbBimap", envir="missing"
       (inherited from: x="ANY", pos="AnnDbBimap", envir="missing")
   x="character", pos="missing", envir="environment"
       (inherited from: x="ANY", pos="ANY", envir="ANY")

just to make sure we are passing the generic we want to list the methods
for...

H.