Skip to content
Prev 5341 / 21312 Next

[Bioc-devel] RE : AnnotationDbi and select function

Hi guys,

Thanks for your feedbacks.
Indeed I put GENEID because it is used in the txdb database.
[1] "CDSID"      "CDSNAME"    "CDSCHROM"   "CDSSTRAND"  "CDSSTART" 
 [6] "CDSEND"     "EXONID"     "EXONNAME"   "EXONCHROM"  "EXONSTRAND"
[11] "EXONSTART"  "EXONEND"    "GENEID"     "TXID"       "EXONRANK" 
[16] "TXNAME"     "TXCHROM"    "TXSTRAND"   "TXSTART"    "TXEND"    

I will move to ENTREZID which is much faster ! 
I'm glad It could help
Nicolas

________________________________________
De : bioc-devel-bounces at r-project.org [bioc-devel-bounces at r-project.org] de la part de Marc Carlson [mcarlson at fhcrc.org]
Date d'envoi : mercredi 12 mars 2014 20:18
? : bioc-devel at r-project.org
Objet : Re: [Bioc-devel] AnnotationDbi and select function

Thanks Nicolaus!  That's a good bug.  I will work on a fix.  The reason
why James work-around here functions is because the number of databases
that it has to query is fewer by one.  It is also faster for this
reason.  So when you say GENEID you mean the ids used in the associated
txdb database which means that these have to be checked against that DB
(and anything related to it extracted) and then merged with the results
of the symbol information by joining on the foreign key for these two
DBs.  So thats actually much more complex than just extracting all the
same data from just the org package even though the end result (in this
case) is the same.  The bug is probably happening in the associated
merge step.

  Marc
On 03/12/2014 10:06 AM, James W. MacDonald wrote:
_______________________________________________
Bioc-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel