Error in getBM
2
2
Entering edit mode
erockkirk ▴ 20
@erockkirk-21353
Last seen 4.8 years ago

There seems to be an error with the getBM function in biomaRt. The below code was working 3 days ago and now returns an error message. Any help would be appreciated. I'm working in R (version 3.6.0).

mart <- biomaRt::useMart(biomart = "ensembl", + dataset = "hsapiensgeneensembl", + host = 'http://www.ensembl.org')

ttg <- biomaRt::getBM( + attributes = c('mirbaseaccession', + 'mirbaseid', + 'mirbasetransname'), + mart = mart)

Error in biomaRt::getBM(attributes = c("mirbaseaccession", "mirbaseid", : The query to the BioMart webservice returned an invalid result: biomaRt expected a character string of length 1.

software error • 1.4k views
ADD COMMENT
0
Entering edit mode

The same problem happens to me right now, and it happened to me a couple of weeks ago too. . it's related to the web server of Ensembl, it's not working well. Hope there is a solution... Maybe it's a matter of time.

ADD REPLY
0
Entering edit mode

one solution I found was to use a different host, or alternate to whichever is working. host = 'http://useast.ensembl.org'

ADD REPLY
2
Entering edit mode
YinCY ▴ 20
@yincy-17934
Last seen 4.8 years ago
HangZhou, zhejaing

Try use useEnsembl() function instead of useMart() which can choose different mirror, that you can choose the one that closest to you. useEnsembl(mirror = c("eastusa", "westusa", "asia"))

ADD COMMENT
0
Entering edit mode
Puks ▴ 10
@puks-12113
Last seen 3.8 years ago
Estonia

A previous post on this might be helpful for you: https://support.bioconductor.org/p/121331/

ADD COMMENT

Login before adding your answer.

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