I am receiving the following errors when using Biomart - they seem to be persistent so wanted to see if there is something up with the system. I did check the status and website and both seem to indicate the service is fine.
Thanks for the help/insight.
ensembl <- biomaRt::useMart("ensembl", host = "www.ensembl.org", ssl.verifypeer = FALSE)
biomaRt::getBM(attributes = c('ensembl_gene_id', 'external_gene_name', 'description'),
filters = c('ensembl_gene_id'),
values = geneIds,
mart = biomaRt::useDataset("hsapiens_gene_ensembl", mart = ensembl))
Human gives one error
Mouse/Rat gives a 500 error
04/15 17:39:32.324 (GMT)
human: Error in biomaRt::getBM(attributes = c("ensembl_gene_id", "external_gene_name", : The query to the BioMart webservice returned an invalid result: biomaRt expected a character string of length 1.
Please report this on the support site at http://support.bioconductor.org
mouse: Error in bmRequest(request = request, ssl.verifypeer = ssl.verifypeer, : Internal Server Error (HTTP 500).
rat: Error in bmRequest(request = request, ssl.verifypeer = ssl.verifypeer, : Internal Server Error (HTTP 500).
Thanks, I have seen it work on/off for me today. I'll remove the URL for future auto-mirror handling, thanks for pointing that out.