systemGATK: Calls the GATK executable

Description Usage Arguments Author(s) Examples

Description

Calls the GATK executable.

Usage

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

Arguments

...

Arguments specifying GATK command line switches.

verbose

See Verbose.

Author(s)

Henrik Bengtsson

Examples

1
2
3
4
5
## Not run: 
  pathnameBAM <- "bwaData/LambdaVirusExample,bwa,is/Lambda_phage/reads_1.bam"
  res <- systemGATK(T="CountReads", ..., stderr=FALSE)

## End(Not run)

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