How to download the metadata information form AE (array express)
1
0
Entering edit mode
18 months ago
salman_96 ▴ 70

Hi,

Can anyone pelase suggest the best way to download sample data information form array express? The following is the url I am interested in.

https://www.ebi.ac.uk/arrayexpress/files/E-MTAB-11063/E-MTAB-11063.sdrf.txt

Best regards, Salman

metadata Arrayexpress • 511 views
ADD COMMENT
3
Entering edit mode
18 months ago
Basti ★ 2.0k

If you want to import it in R :

metadata=read.delim("https://www.ebi.ac.uk/arrayexpress/files/E-MTAB-11063/E-MTAB-11063.sdrf.txt")

Otherwise to download it from a terminal :

wget https://www.ebi.ac.uk/arrayexpress/files/E-MTAB-11063/E-MTAB-11063.sdrf.txt

ADD COMMENT

Login before adding your answer.

Traffic: 2857 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