Hi, there,
I was able to use biomaRt before but I just got error message when I did :
> ensembl = useMart("ensembl")
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
I checked the Biomart website and found that they said "BioMart community portal temporarily unavailable" and " If you are a user of biomaRt (a part of the Bioconductor library) change the host from 'www.biomart.org' to 'www.ensembl.org'. "
> listMarts(host='www.ensembl.org')
biomart version
1 ENSEMBL_MART_ENSEMBL Ensembl Genes 82
2 ENSEMBL_MART_SNP Ensembl Variation 82
3 ENSEMBL_MART_FUNCGEN Ensembl Regulation 82
4 ENSEMBL_MART_VEGA Vega 62
5 pride PRIDE (EBI UK)
> ensembl = useMart("ensembl")
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
Does anyone know how to change the host?
Thanks.
You should first search for related questions/posts before adding a new one. There have been lots of similar posts in the last days, with essentially the same answer to the problem.
best, jo