Skip to content

[Bioc-devel] PANTHER.db GOSLIM_ID hosed?

5 messages · Steve Lianoglou, Martin Morgan, Julius Müller +1 more

#
Hi all,

I'm running the latest Bioc + PANTHER.db

I think we've got the GOSLIM_TERM where the GOSLIM_ID should be:

In the vignette, we have this:

R> go_ids <- head(keys(PANTHER.db,keytype="GOSLIM_ID"))
R> go_ids

## [1] "GO:0000003" "GO:0000165" "GO:0000166" "GO:0000228"
"GO:0000375" "GO:0000398"

But what we really get is:

R> head(keys(PANTHER.db,keytype="GOSLIM_ID"))

[1] "2-arachidonoylglycerol biosynthesis"
[2] "5-Hydroxytryptamine biosynthesis"
[3] "5-Hydroxytryptamine degredation"
[4] "5HT1 type receptor mediated signaling pathway"

R> packageVersion('PANTHER.db')
[1] '1.0.2'

Thanks,
-steve
#
Dear Steve,

thanks a lot for pointing out the error! The problem Martin described is 
exactly the problem addressed in PANTHER.db version 1.02. However the 
version available on bioconductor is not v1.02.
The method type2col in PANTHER.db 1.02 should look like this:
What's puzzling to me is that there are unit tests included in the 
loading routine, so checking the version currently available on 
bioconductor should have choked executing PANTHER.db:::.test()
I remember when I first uploaded the new version to Jim, I have send an 
old version by accident and then later on the correct version. This 
might have caused some confusion.
Can somebody send me another aspera invite, then we can make sure that 
you have got the right version?

Many thanks and apologies if this caused any troubles,
Julius
On 20/11/2015 09:46, Morgan, Martin wrote:

  
    
3 days later
#
Panther has been updated to the new 1.03, which should resolve this issue.
Let us know if there are any further updates.
On Fri, Nov 20, 2015 at 5:29 AM, Julius M?ller <mail at jmuller.eu> wrote:

            

  
  
#
Thanks to all for tackling this so quickly.

-steve
On Mon, Nov 23, 2015 at 6:59 AM, Jim Hester <james.f.hester at gmail.com> wrote: