GATK: Mapping to the Genome Analysis ToolKit (GATK)

Description Usage Arguments Functions See Also

Description

A group of functions that map to a functionality of the Broadinstitute's Genome Analysis ToolKit.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
gatk_MarkDuplicates(input, output, remake = FALSE)

gatk_SortSam(input, output, remake = FALSE)

gatk_SplitNCigarReads(input, output, reference, remake = FALSE)

gatk_BaseRecalibrator(input, reference, vcf, table, remake = FALSE)

gatk_ApplyBQSR(input, reference, table, output, remake = FALSE)

gatk_IndexFeatureFile(vcf, remake = FALSE)

gatk_BuildBamIndex(input, remake = FALSE)

gatk_FilterSamReadsTag(input, output, tag, values, remake = FALSE)

gatk_MergeSamFiles(inputs, output, remake = FALSE)

gatk_FilterMutectCalls(input, reference, output, remake = FALSE)

gatk_GetSampleName(input)

Arguments

input

an input sam/bam or vcf file (in case of Mutect2 calls)

output

an output sam/bam or vcf file (in case of Mutect2 calls)

remake

optional remake the output if it already exists

reference

a reference fasta (.fas) file to which the sam/bam file was mapped

vcf

a vcf file with known polymorphic sites

table

a table with recalibration information

tag

a name of tag

values

one or multiple values of particular tag to keep

inputs

a vector of sam/bam files

Functions

See Also

GATKR6 a GATK binding in the form of R6 class, gatk_prepare, gatk_make_pon] and gatk_snv for a convenience functions utilizing the GATK calls


bioDS/phyloRNA documentation built on Feb. 21, 2022, 3:28 p.m.