Run MuTect for a sample
run.mutect.sample(tumour.bam, sample.id, paired, normal.bam = NULL,
output.directory = NULL, output.filename = NULL,
code.directory = NULL, log.directory = NULL, config.file = NULL,
job.dependencies = NULL, quiet = FALSE, job.name = NULL,
verify.options = !quiet, job.group = NULL)Path to tumour sample BAM file.
Sample ID for labelling
Logical indicating whether to do variant calling with a matched normal.
Path to normal BAM file if paired = TRUE
Path to output directory
Name of resulting VCF file (defaults to SAMPLE_ID.vcf)
Path to directory where code should be stored
Path to directory where log files should be stored
Path to config file
Vector with names of job dependencies
Logical indicating whether to print command to screen rather than submit it to the system. Defaults to false, useful for debugging.
Name of job to be submitted
Logical indicating whether to run verify.varitas.options
Group job should belong to