time course microarray data ArrayExpress database
1
2
Entering edit mode
eraldagjika ▴ 20
@28ddd0e4
Last seen 18 months ago
Canada

Hi all, I am trying to access from R the dataset E-MEXP-1551 used by Gillespie C. https://bmcresnotes.biomedcentral.com/articles/10.1186/1756-0500-3-81

But it seems I have some problems. When I use the code below to import it the following message shows:

Any help is highly appreciated. And for info I am using this tutorial here: https://www.bioconductor.org/packages/devel/bioc/vignettes/ArrayExpress/inst/doc/ArrayExpress.pdf


library('ArrayExpress')
yeast.raw = ArrayExpress("E-MEXP-1551")

StartTag: invalid element name
Extra content at the end of the document
Error: 1: StartTag: invalid element name
2: Extra content at the end of the document

sessionInfo( )
R GillespieColin ArrayExpress import TimeSeriesExperiment • 1.9k views
ADD COMMENT
0
Entering edit mode

Hi, i'm having the same issues with ArrayExpress at the moment. The features worked fine a few days ago. There seems to be a problem with the XML parsing, no idea on whose end.

ADD REPLY
0
Entering edit mode

Im having the same issue even using examples from the manual.

ADD REPLY
2
Entering edit mode
@james-w-macdonald-5106
Last seen 53 minutes ago
United States

It appears that BioStudies have changed their API, and now ArrayExpress should be parsing JSON rather than XML. That will likely require some refactoring of the package.

ADD COMMENT
0
Entering edit mode

Is there any update on this? I'm having the same issue.

ADD REPLY
0
Entering edit mode

Have you already solved this issue? Changing the link (as specified here) to https://www.ebi.ac.uk/arrayexpress/xml/v1 within the getAE function does not work for me.

ADD REPLY

Login before adding your answer.

Traffic: 764 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6