DAVIDQuery
1
0
Entering edit mode
Assa Yeroslaviz ★ 1.5k
@assa-yeroslaviz-1597
Last seen 3 months ago
Germany
Hi, I am trying to analyze a set of flybase IDs with the DAVIDQuery package. I would like to make a clustering analysis of a list of genes, but I keep getting some error messages. I have a list of flybase IDs, eg. ids="FBgn0039239,FBgn0039337,FBgn0039350,FBgn0039356,FBgn0039494" With type type <- "FLYBASE_GENE_ID" tool <- "gene2gene" When I am running this command: result = DAVIDQuery(ids=ids, type =type, tool= tool, annot=NULL) I am getting the following error message: *Error in file(file, "rt") : cannot open the connectionIn addition: Warning messages:1: In doTryCatch(return(expr), name, parentenv, handler) : Warning: downloadFileName is not found in reply html. 2: In file(file, "rt") : cannot open: HTTP status was '404 Not Found'* I tried to input the IDs as a character vector from an object, I tried to read a file as a data.frame, I even put them manually, but with no change. But when I am doing it with the same command and the affy IDs as an example ids = "33246_AT,32469_AT,1786_AT,32680_AT,1355_G_AT,37968_AT,33530_AT,31987_ AT" type = "AFFYMETRIX_3PRIME_IVT_ID" tool <- "gene2gene" And this command result = DAVIDQuery(ids=ids, type =type, tool= tool, annot=NULL) It works well. What am I doing wrong or am I missing some important point about the package? Can't it work with FB IDs? Runnning the same command with a diffferent tool works just fine. e.g.( DAVIDQuery(ids=ids, type =type, annot=NULL) with tools other than 1) Thanks a lot for the information in advance. Assa [[alternative HTML version deleted]]
Clustering affy Clustering affy • 1.2k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States
cc'ing the DAVIDQuery maintainer. I can reproduce this. The URL it's failing to download seems to be http://david.abcc.ncifcrf.gov/data/download/ which indeed gives me a 404 when I paste it into the browser, but that may be because I have not set the appropriate cookies, etc. Dan ----- Original Message ----- > From: "Assa Yeroslaviz" <frymor at="" gmail.com=""> > To: "Bioconductor mailing list" <bioconductor at="" r-project.org=""> > Sent: Monday, February 3, 2014 12:27:02 PM > Subject: [BioC] DAVIDQuery > > Hi, > > I am trying to analyze a set of flybase IDs with the DAVIDQuery > package. I > would like to make a clustering analysis of a list of genes, but I > keep > getting some error messages. > > I have a list of flybase IDs, eg. > ids="FBgn0039239,FBgn0039337,FBgn0039350,FBgn0039356,FBgn0039494" > With type > type <- "FLYBASE_GENE_ID" > tool <- "gene2gene" > When I am running this command: > result = DAVIDQuery(ids=ids, type =type, tool= tool, annot=NULL) > > I am getting the following error message: > > > > > > > *Error in file(file, "rt") : cannot open the connectionIn addition: > Warning > messages:1: In doTryCatch(return(expr), name, parentenv, handler) : > Warning: downloadFileName is not found in reply html. 2: In > file(file, > "rt") : cannot open: HTTP status was '404 Not Found'* > I tried to input the IDs as a character vector from an object, I > tried to > read a file as a data.frame, I even put them manually, but with no > change. > But when I am doing it with the same command and the affy IDs as an > example > ids = > "33246_AT,32469_AT,1786_AT,32680_AT,1355_G_AT,37968_AT,33530_AT,3198 7_AT" > type = "AFFYMETRIX_3PRIME_IVT_ID" > tool <- "gene2gene" > > And this command > result = DAVIDQuery(ids=ids, type =type, tool= tool, annot=NULL) > > It works well. > > What am I doing wrong or am I missing some important point about the > package? > Can't it work with FB IDs? > > Runnning the same command with a diffferent tool works just fine. > e.g.( DAVIDQuery(ids=ids, type =type, annot=NULL) with tools other > than 1) > > Thanks a lot for the information in advance. > > Assa > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT
0
Entering edit mode
Hi Assa, You could use RDAVIDWebService package with FLYBASE_GENE_ID or FLYBASE_TRANSCRIPT_ID as input. Regards, Cristobal 2014-02-03 Dan Tenenbaum <dtenenba@fhcrc.org>: > cc'ing the DAVIDQuery maintainer. > I can reproduce this. The URL it's failing to download seems to be > http://david.abcc.ncifcrf.gov/data/download/ > > which indeed gives me a 404 when I paste it into the browser, but that may > be because I have not set the appropriate cookies, etc. > > Dan > > > ----- Original Message ----- > > From: "Assa Yeroslaviz" <frymor@gmail.com> > > To: "Bioconductor mailing list" <bioconductor@r-project.org> > > Sent: Monday, February 3, 2014 12:27:02 PM > > Subject: [BioC] DAVIDQuery > > > > Hi, > > > > I am trying to analyze a set of flybase IDs with the DAVIDQuery > > package. I > > would like to make a clustering analysis of a list of genes, but I > > keep > > getting some error messages. > > > > I have a list of flybase IDs, eg. > > ids="FBgn0039239,FBgn0039337,FBgn0039350,FBgn0039356,FBgn0039494" > > With type > > type <- "FLYBASE_GENE_ID" > > tool <- "gene2gene" > > When I am running this command: > > result = DAVIDQuery(ids=ids, type =type, tool= tool, annot=NULL) > > > > I am getting the following error message: > > > > > > > > > > > > > > *Error in file(file, "rt") : cannot open the connectionIn addition: > > Warning > > messages:1: In doTryCatch(return(expr), name, parentenv, handler) : > > Warning: downloadFileName is not found in reply html. 2: In > > file(file, > > "rt") : cannot open: HTTP status was '404 Not Found'* > > I tried to input the IDs as a character vector from an object, I > > tried to > > read a file as a data.frame, I even put them manually, but with no > > change. > > But when I am doing it with the same command and the affy IDs as an > > example > > ids = > > "33246_AT,32469_AT,1786_AT,32680_AT,1355_G_AT,37968_AT,33530_AT,31 987_AT" > > type = "AFFYMETRIX_3PRIME_IVT_ID" > > tool <- "gene2gene" > > > > And this command > > result = DAVIDQuery(ids=ids, type =type, tool= tool, annot=NULL) > > > > It works well. > > > > What am I doing wrong or am I missing some important point about the > > package? > > Can't it work with FB IDs? > > > > Runnning the same command with a diffferent tool works just fine. > > e.g.( DAVIDQuery(ids=ids, type =type, annot=NULL) with tools other > > than 1) > > > > Thanks a lot for the information in advance. > > > > Assa > > > > [[alternative HTML version deleted]] > > > > _______________________________________________ > > Bioconductor mailing list > > Bioconductor@r-project.org > > https://stat.ethz.ch/mailman/listinfo/bioconductor > > Search the archives: > > http://news.gmane.org/gmane.science.biology.informatics.conductor > > > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]

Login before adding your answer.

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