Hello,
some time ago I used the Go_analyse function of the GOexpress package with Ensembl IDs as input, so the automatic mapping should be no problem. Now I get the following error:
> GO_results <- GO_analyse(eSet = minimalSet, f = "Treatment") First feature identifier in dataset: ENSG00000000003 Looks like Ensembl gene identifier. Loading detected dataset hsapiens_gene_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 think the problem is, that I have to define a specific ensembl URL, like for a Biomart object:
ensembl = useMart(biomart = "ENSEMBL_MART_ENSEMBL",dataset="mmusculus_gene_ensembl", host = "jul2015.archive.ensembl.org")
but I do not know how to do this for the GO_analyse function?
Thanks!
Martin
Hi Kevin,
this solves my issue, thank you very much.
best,
Martin