Description Usage Arguments Author(s) Examples
Calls the GATK executable.
1 2 | ## Default S3 method:
systemGATK(..., verbose=FALSE)
|
... |
Arguments specifying GATK command line switches. |
verbose |
See |
Henrik Bengtsson
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.