
Get Sarek VCF output files for a SCOUT SPN
get_sarek_vcf.RdReturns a named list of VCF (and index) file paths from the Sarek variant calling results for a given sample, coverage, purity and caller.
Arguments
- spn
SPN identifier, e.g.
"SPN01".- sample_id
Sample identifier.
- coverage
Sequencing coverage (integer, e.g.
100).- purity
Sample purity (0–1, e.g.
0.9).- caller
VCF caller:
"mutect2","strelka","freebayes", or"haplotypecaller".- type
Sample type:
"tumour"or"normal".- normal_id
Normal sample ID. Defaults to
"normal_sample".