Description Usage Arguments Author(s) Examples
Calls an SRA Toolkit executable.
1 2 | ## Default S3 method:
systemSraToolkit(command, ..., verbose=FALSE)
|
command |
The SRA Toolkit executable to call. |
... |
Command line switches. |
verbose |
See |
Henrik Bengtsson
1 2 3 4 5 | ## Not run:
pathnameSRA <- "sraData/DataSetA/Homo_sapiens/reads.sra"
res <- systemSraToolkit("fastq-dump", pathnameSRA, ..., stderr=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.