Description Usage Arguments Value Examples
get_srr
downloads SRA files using Aspera or FTP.
We recommend using Aspera for fast downloading.
You need to install Aspera for using ascp
option.
1 | get_srr(srr_id, destdir, ascp, prefetch_workspace, ascp_path)
|
srr_id |
SRA run accession ID. |
destdir |
directory where all the results will be saved. |
ascp |
logical, whether to use Aspera for downloading SRA files. |
prefetch_workspace |
directory where SRA run files will be downloaded.
This parameter is needed if |
ascp_path |
path to the Aspera software. |
SRA run accession file with extension ".sra". If you use
ascp=TRUE
, then downloaded files will be saved under
'/prefetch_workspace/sra'
directory.
If ascp=FALSE
, then files will be saved in the
'destdir'
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.