The BioMart server appears to be unavailable. The website suggests that biomaRt can still be used by changing the host to 'www.ensembl.org'.
I have tried this:
library(biomaRt)
human<-useMart(host="www.ensembl.org", "ensembl", dataset="hsapiens_gene_ensembl")
But no luck. I am getting the errors below.
> library(biomaRt)
> human<-useMart(host="www.ensembl.org", "ensembl", dataset="hsapiens_gene_ensembl")
Error in useMart(host = "www.ensembl.org", "ensembl", dataset = "hsapiens_gene_ensembl") :
Incorrect BioMart name, use the listMarts function to see which BioMart databases are available
> list<-listMarts()
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: hr line 7 and body
Opening and ending tag mismatch: body line 4 and html
Premature end of data in tag html line 2
Error: 1: Space required after the Public Identifier
2: SystemLiteral " or ' expected
3: SYSTEM or PUBLIC, the URI is missing
4: Opening and ending tag mismatch: hr line 7 and body
5: Opening and ending tag mismatch: body line 4 and html
6: Premature end of data in tag html line 2
Any suggestions would be appreciated.
Thanks
scor
Thank you Jo!
This isn't working anymore (as of May 16 2016)
edit: see biomaRt changed host issues the cause is probably versions. If I get it fixed I'll try and report back here.