This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to download the metadata information form AE (array express)

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

1 answer

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

Log in to answer this question.