systemSraToolkit: Calls an SRA Toolkit executable

Description Usage Arguments Author(s) Examples

Description

Calls an SRA Toolkit executable.

Usage

1
2
## Default S3 method:
systemSraToolkit(command, ..., verbose=FALSE)

Arguments

command

The SRA Toolkit executable to call.

...

Command line switches.

verbose

See Verbose.

Author(s)

Henrik Bengtsson

Examples

1
2
3
4
5
## Not run: 
  pathnameSRA <- "sraData/DataSetA/Homo_sapiens/reads.sra"
  res <- systemSraToolkit("fastq-dump", pathnameSRA, ..., stderr=FALSE)

## End(Not run)

HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.