GO with mu11ksuba(b)
2
0
Entering edit mode
@mayte-suarez-farinas-694
Last seen 9.6 years ago
Hi, I was trying to use the GO package with the mouse chips mu11ksuba and mu11ksubb. The following two functions: res<-getGO(probesids[1:100],'mu11ksuba') res<-unique(lookUp('GO:0006338','mu11ksuba',"GO2ALLPROBES")) gave the same error: Error in package_version(vers) : invalid version spec But it works just fine with hgu95av2, res<-unique(lookUp('GO:0006338','hgu95av2',"GO2ALLPROBES")) I reinstalled all BioC developmental package and the cdf and probe packages for mu11ksuba(b) chips again and I still got the same error. Any hint ?? Thanks in advance, -- Mayte Suarez Farinas The Rockefeller University 1230 York Avenue, Box 212 New York, NY 10021 phone: 1-212-327-8186 fax: 1-212-327-7422
GO hgu95av2 mu11ksuba cdf GO hgu95av2 mu11ksuba cdf • 820 views
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>I was trying to use the GO package with the mouse chips mu11ksuba and >mu11ksubb. The following two functions: > > res<-getGO(probesids[1:100],'mu11ksuba') > res<-unique(lookUp('GO:0006338','mu11ksuba',"GO2ALLPROBES")) > >gave the same error: > > Error in package_version(vers) : invalid version spec > >But it works just fine with hgu95av2, > > res<-unique(lookUp('GO:0006338','hgu95av2',"GO2ALLPROBES")) > >I reinstalled all BioC developmental package and the cdf and probe >packages for mu11ksuba(b) chips again and I still got the same error. You need to have the mu11ksuba annotation data package installed. Currently Bioconductor does not have a data package for mu11ksuba but you can always build one yourself using the AnnBuilder package. > > >Any hint ?? > >Thanks in advance, > >-- >Mayte Suarez Farinas >The Rockefeller University >1230 York Avenue, Box 212 >New York, NY 10021 >phone: 1-212-327-8186 >fax: 1-212-327-7422 > >_______________________________________________ >Bioconductor mailing list >Bioconductor@stat.math.ethz.ch >https://stat.ethz.ch/mailman/listinfo/bioconductor Jianhua Zhang Department of Medical Oncology Dana-Farber Cancer Institute 44 Binney Street Boston, MA 02115-6084
ADD COMMENT
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
Mayte Suarez-Farinas <mayte@babel.rockefeller.edu> writes: > Hi, > I was trying to use the GO package with the mouse chips mu11ksuba and > mu11ksubb. The following two functions: > > res<-getGO(probesids[1:100],'mu11ksuba') > res<-unique(lookUp('GO:0006338','mu11ksuba',"GO2ALLPROBES")) > > gave the same error: > > Error in package_version(vers) : invalid version spec > > But it works just fine with hgu95av2, > > res<-unique(lookUp('GO:0006338','hgu95av2',"GO2ALLPROBES")) > > I reinstalled all BioC developmental package and the cdf and probe > packages for mu11ksuba(b) chips again and I still got the same error. > > > Any hint ?? I think we don't have an annotation data package for the mu11ksuba chip and that is what the error message is (trying) to tell you. + seth
ADD COMMENT
0
Entering edit mode
Hi, The biomaRt package (see developmental packages) provides annotation for mu11ksuba. In biomaRt your query would be: mart<-martConnect() res<-getGO(id=probeids[1:100], array="mu11ksuba",mart=mart) best, Steffen Seth Falcon wrote: >Mayte Suarez-Farinas <mayte@babel.rockefeller.edu> writes: > > > >>Hi, >>I was trying to use the GO package with the mouse chips mu11ksuba and >>mu11ksubb. The following two functions: >> >> res<-getGO(probesids[1:100],'mu11ksuba') >> res<-unique(lookUp('GO:0006338','mu11ksuba',"GO2ALLPROBES")) >> >>gave the same error: >> >> Error in package_version(vers) : invalid version spec >> >>But it works just fine with hgu95av2, >> >> res<-unique(lookUp('GO:0006338','hgu95av2',"GO2ALLPROBES")) >> >>I reinstalled all BioC developmental package and the cdf and probe >>packages for mu11ksuba(b) chips again and I still got the same error. >> >> >>Any hint ?? >> >> > >I think we don't have an annotation data package for the mu11ksuba >chip and that is what the error message is (trying) to tell you. > >+ seth > >_______________________________________________ >Bioconductor mailing list >Bioconductor@stat.math.ethz.ch >https://stat.ethz.ch/mailman/listinfo/bioconductor > > >
ADD REPLY

Login before adding your answer.

Traffic: 753 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