Problem with GOPkgBuilder from AnnBuilder when trying to create an updated GO data package
1
0
Entering edit mode
Stefan Goetz ▴ 30
@stefan-goetz-2399
Last seen 9.7 years ago
Hi Everybody! I'm trying to create an updated GO data package using GOPkgBuilder from AnnBuilder but got stucked! Any advise most appreciated! Thanks, Stefan > GOPkgBuilder("GO", tempdir(), "/home/sgoetz/home/data-files/go_200709-termdb.obo-xml", "200709", author = c(author = "sgoetz", maintainer = "mymail at mail.es"), FALSE) results in: creating main environments... [1] "environment 24754" saving TERM saving BPPARENTS saving MFPARENTS saving CCPARENTS saving BPCHILDREN saving MFCHILDREN saving CCCHILDREN saving OBSOLETE saving BPOFFSPRING saving MFOFFSPRING saving CCOFFSPRING saving BPANCESTOR saving MFANCESTOR saving CCANCESTOR DONE [1] "length 24751" Error in author[["authors"]] : subscript out of bounds PD: Just in case: I'm using R v. 2.5.1 (all packaged just installed) on Ubuntu ... -- -------------------------------------------- Stefan G?tz Bioinformatics Department Centro de Investigaci?n Pr?ncipe Felipe (CIPF) C/E.P. Avda. Autopista del Saler, 16-3 (junto Oceanogr?fico) 46013 Valencia, Spain Tel: +34 963289680 Ext. 1011 Fax: +34 963289574 E-Mail: sgoetz at cipf.es http://bioinfo.cipf.es
GO GO • 1.2k views
ADD COMMENT
0
Entering edit mode
Marc Carlson ★ 7.2k
@marc-carlson-2264
Last seen 7.8 years ago
United States
Quoting Stefan Goetz <sgoetz at="" cipf.es="">: > Hi Everybody! > I'm trying to create an updated GO data package using GOPkgBuilder from > AnnBuilder but got stucked! > Any advise most appreciated! > Thanks, Stefan > Is there a special reason why you don't want to use the GO packages that we are supplying at Bioconductor? Marc
ADD COMMENT
0
Entering edit mode
Well, I'm new to BioConductor and R and maybe missing some details but: >GO() returns: Quality control information for GO Date built: Created: Tue Sep 5 18:55:54 2006 etc. and ?GO return: GO(GO): Bioconductor annotation data package: Description: The annotation package was built using a downloadable R package - AnnBuilder (download and build your own) etc... So my question still is how to use GOPkgBuilder from AnnBuilder when trying to create an updated GO data package (the one by default on the BioConductor site is from: Tue Sep 5 18:55:54 2006 and the Gene Ontology is evolving fast) Any ideas/help somebody? Many thanks, Stefan PD.: AnnBuilder is from Bioconductor, you are from CRAN? Is there something on CRAN for GO I missed and if so how is this package called? Thanks!) > -----Original Message----- > From: mcarlson at fhcrc.org [mailto:mcarlson at fhcrc.org] > Sent: Wednesday, September 26, 2007 11:22 PM > To: Stefan Goetz > Cc: bioconductor at stat.math.ethz.ch > Subject: Re: [BioC] Problem with GOPkgBuilder from AnnBuilder > when trying to create an updated GO data package > > > Quoting Stefan Goetz <sgoetz at="" cipf.es="">: > > > Hi Everybody! > > I'm trying to create an updated GO data package using > GOPkgBuilder from > > AnnBuilder but got stucked! > > Any advise most appreciated! > > Thanks, Stefan > > > > Is there a special reason why you don't want to use the GO > packages that we are > supplying at Bioconductor? > > Marc >
ADD REPLY
0
Entering edit mode
Quoting Stefan Goetz <goetz_stefan at="" gmx.de="">: > Well, I'm new to BioConductor and R and maybe missing some details but: > >GO() > returns: > Quality control information for GO > Date built: Created: Tue Sep 5 18:55:54 2006 > etc. > > and > ?GO return: > > GO(GO): Bioconductor annotation data package: > Description: > The annotation package was built using a downloadable R package - > AnnBuilder (download and build your own) etc... > > So my question still is how to use GOPkgBuilder from AnnBuilder when > trying to create an updated GO data package > (the one by default on the BioConductor site is from: Tue Sep 5 > 18:55:54 2006 and the Gene Ontology is evolving fast) > Any ideas/help somebody? > Many thanks, > Stefan > > PD.: AnnBuilder is from Bioconductor, you are from CRAN? Is there > something on CRAN for GO I missed and if so how is this package called? > Thanks!) It really sounds like maybe you should download the very latest version of the GO package from our development repository which was made only weeks ago. We acknowledge that GO is a fast moving target and that is why we build entirely new versions of GO every 6 months. The very latest version can always be found right here: http://www.bioconductor.org/packages/2.1/data/annotation/ I hope this helps, Marc
ADD REPLY
0
Entering edit mode
Dear Marc, thanks for your reply. Updating my R to beta version 2.6, I managed to download the GO_1.99.1 package of the last Bioconductor 2.1 release with: >source("http://bioconductor.org/biocLite.R") >biocLite("GO") Now I have the GO data package built from Wed Aug 29 09:16:39 2007. Great! Just for the future, dose anybody know how to make monthly GO updates of this package? Would be to use the GOPkgBuilder function of AnnBuilder package the correct way or this a more complex thing? Best regards. Stefan > -----Original Message----- > From: mcarlson at fhcrc.org [mailto:mcarlson at fhcrc.org] > Sent: Thursday, September 27, 2007 2:45 AM > To: Stefan Goetz > Cc: bioconductor at stat.math.ethz.ch > Subject: RE: [BioC] Problem with GOPkgBuilder from AnnBuilder > when trying to create an updated GO data package > > > Quoting Stefan Goetz <goetz_stefan at="" gmx.de="">: > > > Well, I'm new to BioConductor and R and maybe missing some > details but: > > >GO() > > returns: > > Quality control information for GO > > Date built: Created: Tue Sep 5 18:55:54 2006 > > etc. > > > > and > > ?GO return: > > > > GO(GO): Bioconductor annotation data package: > > Description: > > The annotation package was built using a downloadable R package - > > AnnBuilder (download and build your own) etc... > > > > So my question still is how to use GOPkgBuilder from AnnBuilder when > > trying to create an updated GO data package > > (the one by default on the BioConductor site is from: Tue Sep 5 > > 18:55:54 2006 and the Gene Ontology is evolving fast) > > Any ideas/help somebody? > > Many thanks, > > Stefan > > > > PD.: AnnBuilder is from Bioconductor, you are from CRAN? Is there > > something on CRAN for GO I missed and if so how is this > package called? > > Thanks!) > > > It really sounds like maybe you should download the very > latest version of the > GO package from our development repository which was made > only weeks ago. We > acknowledge that GO is a fast moving target and that is why > we build entirely > new versions of GO every 6 months. The very latest version > can always be found > right here: > http://www.bioconductor.org/packages/2.1/data/annotation/ I hope this helps, Marc
ADD REPLY
0
Entering edit mode
Hi Stefan, Stefan Goetz wrote: > Dear Marc, > thanks for your reply. Updating my R to beta version 2.6, I managed to > download the GO_1.99.1 package of the last Bioconductor 2.1 release > with: >> source("http://bioconductor.org/biocLite.R") >> biocLite("GO") > Now I have the GO data package built from Wed Aug 29 09:16:39 2007. > Great! > Just for the future, dose anybody know how to make monthly GO updates of > this package? Would be to use the GOPkgBuilder function of AnnBuilder > package the correct way or this a more complex thing? > Best regards. There is no intention, and really no way to make monthly updates of this package. There are about 200 other packages, many built by other people that rely on the contents of this package. Getting them to coordinate their efforts every six months, is about all that is realistically possible. Monthly updates of GO you are pretty much going to have to do on your own, and what every you do, do not build a package and give it the same name as this package. You could try relying on biomaRt for a more interactive approach. best wishes Robert > Stefan > > >> -----Original Message----- >> From: mcarlson at fhcrc.org [mailto:mcarlson at fhcrc.org] >> Sent: Thursday, September 27, 2007 2:45 AM >> To: Stefan Goetz >> Cc: bioconductor at stat.math.ethz.ch >> Subject: RE: [BioC] Problem with GOPkgBuilder from AnnBuilder >> when trying to create an updated GO data package >> >> >> Quoting Stefan Goetz <goetz_stefan at="" gmx.de="">: >> >>> Well, I'm new to BioConductor and R and maybe missing some >> details but: >>>> GO() >>> returns: >>> Quality control information for GO >>> Date built: Created: Tue Sep 5 18:55:54 2006 >>> etc. >>> >>> and >>> ?GO return: >>> >>> GO(GO): Bioconductor annotation data package: >>> Description: >>> The annotation package was built using a downloadable R package - >>> AnnBuilder (download and build your own) etc... >>> >>> So my question still is how to use GOPkgBuilder from AnnBuilder when >>> trying to create an updated GO data package >>> (the one by default on the BioConductor site is from: Tue Sep 5 >>> 18:55:54 2006 and the Gene Ontology is evolving fast) >>> Any ideas/help somebody? >>> Many thanks, >>> Stefan >>> >>> PD.: AnnBuilder is from Bioconductor, you are from CRAN? Is there >>> something on CRAN for GO I missed and if so how is this >> package called? >>> Thanks!) >> >> It really sounds like maybe you should download the very >> latest version of the >> GO package from our development repository which was made >> only weeks ago. We >> acknowledge that GO is a fast moving target and that is why >> we build entirely >> new versions of GO every 6 months. The very latest version >> can always be found >> right here: >> > http://www.bioconductor.org/packages/2.1/data/annotation/ > > I hope this helps, > > Marc > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > -- Robert Gentleman, PhD Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M2-B876 PO Box 19024 Seattle, Washington 98109-1024 206-667-7700 rgentlem at fhcrc.org
ADD REPLY
0
Entering edit mode
Hi Robert Thanks for your mail. I feel there is some misunderstanding here. I am not after a monthly update of Bioconductor annotation packages at all. I just would like to use the GO package, because I want to use the gene ontology vocabulary in R for my research. I would like to be able to have this up to date. My question is then if I want to do this, then is the GOPkgBuilder function of the AnnBuilder package the function to use, since this is what it seems from the documentation. Best regards, S. > -----Original Message----- > From: Robert Gentleman [mailto:rgentlem at fhcrc.org] > Sent: Thursday, September 27, 2007 4:30 PM > To: goetz_stefan at gmx.de > Cc: mcarlson at fhcrc.org; bioconductor at stat.math.ethz.ch > Subject: Re: [BioC] Problem with GOPkgBuilder from AnnBuilder > when trying to create an updated GO data package > > > Hi Stefan, > > Stefan Goetz wrote: > > Dear Marc, > > thanks for your reply. Updating my R to beta version 2.6, I > managed to > > download the GO_1.99.1 package of the last Bioconductor 2.1 release > > with: > >> source("http://bioconductor.org/biocLite.R") > >> biocLite("GO") > > Now I have the GO data package built from Wed Aug 29 09:16:39 2007. > > Great! > > Just for the future, dose anybody know how to make monthly > GO updates of > > this package? Would be to use the GOPkgBuilder function of > AnnBuilder > > package the correct way or this a more complex thing? > > Best regards. > > There is no intention, and really no way to make monthly > updates of > this package. There are about 200 other packages, many built > by other > people that rely on the contents of this package. Getting them to > coordinate their efforts every six months, is about all that is > realistically possible. > > Monthly updates of GO you are pretty much going to have to > do on your > own, and what every you do, do not build a package and give > it the same > name as this package. You could try relying on biomaRt for a more > interactive approach. > > > best wishes > Robert > > > Stefan > > > > > >> -----Original Message----- > >> From: mcarlson at fhcrc.org [mailto:mcarlson at fhcrc.org] > >> Sent: Thursday, September 27, 2007 2:45 AM > >> To: Stefan Goetz > >> Cc: bioconductor at stat.math.ethz.ch > >> Subject: RE: [BioC] Problem with GOPkgBuilder from AnnBuilder > >> when trying to create an updated GO data package > >> > >> > >> Quoting Stefan Goetz <goetz_stefan at="" gmx.de="">: > >> > >>> Well, I'm new to BioConductor and R and maybe missing some > >> details but: > >>>> GO() > >>> returns: > >>> Quality control information for GO > >>> Date built: Created: Tue Sep 5 18:55:54 2006 > >>> etc. > >>> > >>> and > >>> ?GO return: > >>> > >>> GO(GO): Bioconductor annotation data package: > >>> Description: > >>> The annotation package was built using a downloadable R package - > >>> AnnBuilder (download and build your own) etc... > >>> > >>> So my question still is how to use GOPkgBuilder from > AnnBuilder when > >>> trying to create an updated GO data package > >>> (the one by default on the BioConductor site is from: Tue Sep 5 > >>> 18:55:54 2006 and the Gene Ontology is evolving fast) > >>> Any ideas/help somebody? > >>> Many thanks, > >>> Stefan > >>> > >>> PD.: AnnBuilder is from Bioconductor, you are from CRAN? Is there > >>> something on CRAN for GO I missed and if so how is this > >> package called? > >>> Thanks!) > >> > >> It really sounds like maybe you should download the very > >> latest version of the > >> GO package from our development repository which was made > >> only weeks ago. We > >> acknowledge that GO is a fast moving target and that is why > >> we build entirely > >> new versions of GO every 6 months. The very latest version > >> can always be found > >> right here: > >> > > http://www.bioconductor.org/packages/2.1/data/annotation/ > > > > I hope this helps, > > > > Marc > > > > _______________________________________________ > > Bioconductor mailing list > > Bioconductor at stat.math.ethz.ch > > https://stat.ethz.ch/mailman/listinfo/bioconductor > > Search the archives: > http://news.gmane.org/gmane.science.biology.in> formatics.conductor > > > > -- > Robert Gentleman, PhD > Program in Computational Biology > Division of Public Health Sciences > Fred Hutchinson Cancer Research Center > 1100 Fairview Ave. N, M2-B876 > PO Box 19024 > Seattle, Washington 98109-1024 > 206-667-7700 > rgentlem at fhcrc.org >
ADD REPLY
0
Entering edit mode
Dear Stefan, > Thanks for your mail. > I feel there is some misunderstanding here. I am not after a monthly > update of Bioconductor annotation packages at all. I just would like to > use the GO package, because I want to use the gene ontology vocabulary > in R for my research. I would like to be able to have this up to date. > My question is then if I want to do this, then is the GOPkgBuilder > function of the AnnBuilder package the function to use, since this is > what it seems from the documentation. Yes, that is correct, but the point is that all the annotation packages refer to each other (and in particular each one uses the GO terms from the GO package), and changing such a basic package GO, without the others can create lots of missing links / invalid references. If you want to deal with that, then fine, but it is up to you. What is your use case for upating the GO package so frequently? You will also need to simultaneously update your other data structures that link your objects of interest (e.g. reporters on a microarray) to GO terms. An alternative is to use the biomaRt package, but again, but I'd expeczt that you will need to do work to postprocess the annotations and align them between different databases sources. Best wishes Wolfgang ------------------------------------------------------------------ Wolfgang Huber EBI/EMBL Cambridge UK http://www.ebi.ac.uk/huber >> -----Original Message----- >> From: Robert Gentleman [mailto:rgentlem at fhcrc.org] >> Sent: Thursday, September 27, 2007 4:30 PM >> To: goetz_stefan at gmx.de >> Cc: mcarlson at fhcrc.org; bioconductor at stat.math.ethz.ch >> Subject: Re: [BioC] Problem with GOPkgBuilder from AnnBuilder >> when trying to create an updated GO data package >> >> >> Hi Stefan, >> >> Stefan Goetz wrote: >>> Dear Marc, >>> thanks for your reply. Updating my R to beta version 2.6, I >> managed to >>> download the GO_1.99.1 package of the last Bioconductor 2.1 release >>> with: >>>> source("http://bioconductor.org/biocLite.R") >>>> biocLite("GO") >>> Now I have the GO data package built from Wed Aug 29 09:16:39 2007. >>> Great! >>> Just for the future, dose anybody know how to make monthly >> GO updates of >>> this package? Would be to use the GOPkgBuilder function of >> AnnBuilder >>> package the correct way or this a more complex thing? >>> Best regards. >> There is no intention, and really no way to make monthly >> updates of >> this package. There are about 200 other packages, many built >> by other >> people that rely on the contents of this package. Getting them to >> coordinate their efforts every six months, is about all that is >> realistically possible. >> >> Monthly updates of GO you are pretty much going to have to >> do on your >> own, and what every you do, do not build a package and give >> it the same >> name as this package. You could try relying on biomaRt for a more >> interactive approach. >> >> >> best wishes >> Robert >> >>> Stefan >>> >>> >>>> -----Original Message----- >>>> From: mcarlson at fhcrc.org [mailto:mcarlson at fhcrc.org] >>>> Sent: Thursday, September 27, 2007 2:45 AM >>>> To: Stefan Goetz >>>> Cc: bioconductor at stat.math.ethz.ch >>>> Subject: RE: [BioC] Problem with GOPkgBuilder from AnnBuilder >>>> when trying to create an updated GO data package >>>> >>>> >>>> Quoting Stefan Goetz <goetz_stefan at="" gmx.de="">: >>>> >>>>> Well, I'm new to BioConductor and R and maybe missing some >>>> details but: >>>>>> GO() >>>>> returns: >>>>> Quality control information for GO >>>>> Date built: Created: Tue Sep 5 18:55:54 2006 >>>>> etc. >>>>> >>>>> and >>>>> ?GO return: >>>>> >>>>> GO(GO): Bioconductor annotation data package: >>>>> Description: >>>>> The annotation package was built using a downloadable R package - >>>>> AnnBuilder (download and build your own) etc... >>>>> >>>>> So my question still is how to use GOPkgBuilder from >> AnnBuilder when >>>>> trying to create an updated GO data package >>>>> (the one by default on the BioConductor site is from: Tue Sep 5 >>>>> 18:55:54 2006 and the Gene Ontology is evolving fast) >>>>> Any ideas/help somebody? >>>>> Many thanks, >>>>> Stefan >>>>> >>>>> PD.: AnnBuilder is from Bioconductor, you are from CRAN? Is there >>>>> something on CRAN for GO I missed and if so how is this >>>> package called? >>>>> Thanks!) >>>> It really sounds like maybe you should download the very >>>> latest version of the >>>> GO package from our development repository which was made >>>> only weeks ago. We >>>> acknowledge that GO is a fast moving target and that is why >>>> we build entirely >>>> new versions of GO every 6 months. The very latest version >>>> can always be found >>>> right here: >>>> >>> http://www.bioconductor.org/packages/2.1/data/annotation/ >>> >>> I hope this helps, >>> >>> Marc >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at stat.math.ethz.ch >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: >> http://news.gmane.org/gmane.science.biology.in> formatics.conductor >> -- >> Robert Gentleman, PhD >> Program in Computational Biology >> Division of Public Health Sciences >> Fred Hutchinson Cancer Research Center >> 1100 Fairview Ave. N, M2-B876 >> PO Box 19024 >> Seattle, Washington 98109-1024 >> 206-667-7700 >> rgentlem at fhcrc.org >> > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD REPLY

Login before adding your answer.

Traffic: 936 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6