Displaying 2 results from an estimated 2 matches for "anndbbimap".
2012 Nov 07
0
Annotation using org.At.tair.db package in R
...otation as follows:
     biocLite("GO.db")
     library("AnnotationDbi")
     biocLite("org.At.tair.db")
     biocLite("ath1121501.db").
     genenames <-  org.At.tairGENENAME[ids] #map the probe ids to the gene
names in TAIR
     The output of which is  AnnDbBiMap[1]
     number<-org.At.tairENTREZID[ids] #map the probe ids to the gene ids in
TAIR
     The output of which is AnnDbBiMap[1]
     And then I try to merge both the lists as :
     xx<-toTable(entrez)
     yy<-toTable(number)
     complete<-merge(xx,yy)
I get an error in this step and...
2009 Sep 17
1
Why S4 method is not visible from another package?
...ated in the
'DESCRIPTION' file. If I call 'summary' on a 'GOListHyperGResult' in
package B, then the default summary method is called instead of the
correct one, despite that I have
Browse[1]> showMethods("summary")
Function: summary (package base)
object="AnnDbBimap"
object="ANY"
object="Bimap"
object="DBIObject"
object="HyperGResultBase"
object="KEGGHyperGResult"
object="LinearMResultBase"
object="ListHyperGResult"
object="PFAMHyperGResult"
object="SQLiteConnection"...