DownloadSRA | R Documentation |
Download SRA.
DownloadSRA(
gsm.df,
prefetch.path = NULL,
out.folder = NULL,
prefetch.paras = "-X 100G"
)
gsm.df |
Dataframe contains GSM and Run numbers, obtained from |
prefetch.path |
Path to prefetch. Default: NULL (conduct automatic detection). |
out.folder |
Output folder. Default: NULL (current working directory). |
prefetch.paras |
Parameters for |
Dataframe contains failed runs or NULL.
## Not run:
# need users to provide the prefetch.path and out.folder
GSE186003.runs <- ExtractRun(acce = "GSE186003", platform = "GPL24247")
GSE186003.down <- DownloadSRA(
gsm.df = GSE186003.runs, prefetch.path = "/path/to/prefetch",
out.folder = "/path/to/output"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.