Description Usage Arguments Details Value Author(s) Examples
View source: R/BatchDownload.R
Generate shell file to download the SRA of multiple GSE or GSM
1 | BatchDownload(namelist, GSMdownloadpath = ".")
|
namelist |
A character list of GSE or GSM ID. |
GSMdownloadpath |
A character value specifying the path to download the SRA files on users own Linux/Unix computer. |
This function returns a shell file that can download the SRA of multiple GSE or GSM. The shell file should be run on user's own computer with Linux/Unix system and wget installed. The download process is to set up a bunch of directories under the path specified by users (GSMdownloadpath) and download the SRA files inside the paths. Note: it is the users' job to make sure the GSE and GSM names are correct. Otherwise the function will run forever due to inner error control system. Also, it could take a long time for the function to complete if there are lots of GSE series in namelist.
A character string of commands to be run on users' computer.
Zhicheng Ji, Hongkai Ji <zji4@zji4.edu>
1 | BatchDownload("GSM1274542")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.