Entering edit mode
Dear all
The new Ensembl marts for release 103 are now live on www.ensembl.org. If you are using biomaRt, you can change your host to access our most recent data:
ensemblmart103 <- useEnsembl(biomart=“ensembl")
PS: if you want force one previous version you can use: ensembl_101 <- useEnsembl(biomart = "ensembl", version = 101)
On behalf of Ensembl Team.
I tried this (it works fine with ensembl version 99)
and I get:
NULL Error in .processResults(postRes, mart = mart, sep = sep, fullXmlQuery = fullXmlQuery, : The query to the BioMart webservice returned an invalid result. The number of columns in the result table does not equal the number of attributes in the query. Please report this on the support site at http://support.bioconductor.org
Is there something wrong with my code or am I being too impatient?
I've tried setting the address of the archived version 102 as host, but it doesn't work. listMarts for version 102 returns this:
Hi there, sorry for the late reply, I failed to reproduce your error, I don't have the values specified in your example, of course. Can you confirm the issue is still present?
Thanks for your patience. Marc (on behalf of EnsEMBL production team)