Description Usage Arguments Details Value Examples
View source: R/run.variant.calling.R
Run variant calling for all samples
1 2 3 4 |
bam.specification |
Data frame containing details of BAM files to be processed, typically from |
output.directory |
Path to directory where output should be saved |
variant.callers |
Character vector of variant callers to be used |
paired |
Logical indicating whether to do variant calling with a matched normal |
proton |
Logical indicating whether data was generated by proton sequencing (ignored if running MuTect) |
sample.directories |
Logical indicating whether output for each sample should be put in its own directory (within output.directory) |
job.name.prefix |
Prefix for job names on the cluster |
quiet |
Logical indicating whether to print commands to screen rather than submit the job |
verify.options |
Logical indicating whether to run verify.varitas.options |
Run VarDict on each sample, and annotate the results with ANNOVAR. Files are output to a vardict/ subdirectory within each sample directory.
None
1 2 3 4 5 6 7 | run.variant.calling(
data.frame(sample.id = c('Z', 'Y'), tumour.bam = c('Z.bam', 'Y.bam')),
output.directory = '.',
variant.caller = c('lofreq', 'mutect'),
quiet = TRUE,
paired = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.