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
• 1,368 views
•
link
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
• 0 views
•
link
Log in to answer this question.