| Title: | Query and Download SRA Files from NCBI |
|---|---|
| Description: | Query and download SRA files from NCBI with 'wget'. |
| Authors: | Shixiang Wang [aut, cre] (ORCID: <https://orcid.org/0000-0001-9855-7357>) |
| Maintainer: | Shixiang Wang <[email protected]> |
| License: | GPL (>= 3) |
| Version: | 0.2.2 |
| Built: | 2026-05-08 07:35:35 UTC |
| Source: | https://github.com/ShixiangWang/rsra |
Query and download SRA files from NCBI
rsra( idList, prefetch = NULL, outdir = getwd(), progress = TRUE, location = c("AWS", "NCBI"), opts = "-r yes -C yes" )rsra( idList, prefetch = NULL, outdir = getwd(), progress = TRUE, location = c("AWS", "NCBI"), opts = "-r yes -C yes" )
idList |
a list of cases to download. |
prefetch |
if not |
outdir |
output directory, default is working directory. |
progress |
if |
location |
one of "AWS" or "NCBI" for download server. "GCAP" is not available due to its limit. |
opts |
options work with |
Nothing