batch download GEO data (samples/series)

版本 1.0.0.0 (1.9 KB) 作者: Sisi Ma
This file batch download files from NCBI GEO according to a list of urls.
412.0 次下载
更新时间 2013/8/21

查看许可证

--------------------------------------------------------------------------
This file batch download files from NCBI GEO according to a list of urls
--------------------------------------------------------------------------
Inputs:
(1) url_list: the list of urls, in cell array format. This list can be
obtained uding GEO repository browser
http:\\www.ncbi.nlm.nih.gov\geo\browse\ For example, you can search all
samples collected on GPL100 by clicking on samples button and search
GPL100 in the search box (this will result in 10 hits). The link to
those data can be obtained by clicking the export button. If more than
1 page of results were obtained from your search, make sure you select
"all search results". Column 9 (Supplementary Links) of the resulting
spreadsheet shows the list of urls. You can paste this list into a cell
array as input to the function. Notice, not every dataset have a url
associated to it.
(2) savepath: the path where the downloaded files will be saved. Notice
that there will be nested folders created when files were downloaded. A
search in the savepath can be performed to obtain all downloaded files.
--------------------------------------------------------------------------
Outputs: files will be saved in the savepath
--------------------------------------------------------------------------
Example:
url_list={'ftp:\\ftp.ncbi.nlm.nih.gov\geo\samples\GSM995nnn\GSM995382\suppl';...
'ftp:\\ftp.ncbi.nlm.nih.gov\geo\samples\GSM995nnn\GSM995383\suppl'};
savepath='C:\';
batch_download_geo_data(url_list,savepath)
--------------------------------------------------------------------------

引用格式

Sisi Ma (2024). batch download GEO data (samples/series) (https://www.mathworks.com/matlabcentral/fileexchange/43170-batch-download-geo-data-samples-series), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Genomics and Next Generation Sequencing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0