GenomeGraphs error
2
0
Entering edit mode
Droit Arnaud ▴ 130
@droit-arnaud-3106
Last seen 9.6 years ago
Dear BioC, For many months, I have used the GenomeGraphs package without any problems. But since a few days, the following code from the documentation : mart <- useMart("ensembl", dataset = "hsapiens_gene_ensembl") gene <- makeGene(id = "ENSG00000095203",type = "ensembl_gene_id", biomart = mart) Gives the following error message : error in getBM(c("structure_gene_stable_id", "structure_transcript_stable_id", : Number of columns in the query result doesn't equal number of attributes in query. This is probably an internal error, please report. I have the following version of R on 64 bit : R version 2.8.1 RC (2008-12-20 r47269) Also, I have installed the release version and development version of GenomeGraphs. Does anyone know what is the problem ? Thanks Arnaud.
GenomeGraphs GenomeGraphs • 1.1k views
ADD COMMENT
0
Entering edit mode
@michael-watson-iah-c-378
Last seen 9.6 years ago
Dear Arnaud That is a problem with biomaRt, not GenomeGraphs. I suggest you send the error to the author as something may have changed on the biomart server Regards Michael -----Original Message----- From: bioconductor-bounces@stat.math.ethz.ch on behalf of Droit Arnaud Sent: Tue 06/01/2009 4:08 PM To: bioconductor at stat.math.ethz.ch Subject: [BioC] GenomeGraphs error Dear BioC, For many months, I have used the GenomeGraphs package without any problems. But since a few days, the following code from the documentation : mart <- useMart("ensembl", dataset = "hsapiens_gene_ensembl") gene <- makeGene(id = "ENSG00000095203",type = "ensembl_gene_id", biomart = mart) Gives the following error message : error in getBM(c("structure_gene_stable_id", "structure_transcript_stable_id", : Number of columns in the query result doesn't equal number of attributes in query. This is probably an internal error, please report. I have the following version of R on 64 bit : R version 2.8.1 RC (2008-12-20 r47269) Also, I have installed the release version and development version of GenomeGraphs. Does anyone know what is the problem ? Thanks Arnaud. _______________________________________________ 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 COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 11 days ago
EMBL European Molecular Biology Laborat…
Dear Arnaud thank you for reporting this! There were two issues: 1. GenomeGraphs tries to use the BioMart webservices at Ensembl to query for a property called "biotype" (a.k.a. "structure_biotype"?), which perhaps existed in the past but doesn't seem to be there any more. Steffen Durinck, the author of the GenomeGraphs package, or Rhoda might be able to know better what's going on here. 2. The getBM function produced a slightly obscure error message, which made it difficult to diagnose the error. I have fixed that in the devel version of the biomaRt package. Thank you and best wishes Wolfgang Droit Arnaud ha scritto: > Dear BioC, > > For many months, I have used the GenomeGraphs package without any problems. > But since a few days, the following code from the documentation : > > mart <- useMart("ensembl", dataset = "hsapiens_gene_ensembl") > gene <- makeGene(id = "ENSG00000095203",type = "ensembl_gene_id", biomart = mart) > > Gives the following error message : > > error in getBM(c("structure_gene_stable_id", "structure_transcript_stable_id", : > Number of columns in the query result doesn't equal number of attributes in query. This is probably an internal error, please report. > > I have the following version of R on 64 bit : R version 2.8.1 RC (2008-12-20 r47269) > Also, I have installed the release version and development version of GenomeGraphs. > > Does anyone know what is the problem ? > > Thanks > > Arnaud.
ADD COMMENT

Login before adding your answer.

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