add_DBS_cats_ToVCF: add_DBS_cats_ToVCF

Description Usage Arguments Examples

View source: R/annotate_VCF_functions.R

Description

Adds DBS mutation categories to a VCF containing SNVs. N.B. The VCF must be ordered by sample, CHROM and position for this function to work.

Usage

1
add_DBS_cats_ToVCF(vcf = NULL, DBS_mutations_only = NA)

Arguments

DBS_mutations_only

Logical, TRUE if all lines in input VCF correspond to double base substitutions, FALSE if it contains other SNVs and/or Indels.

input

Input VCF to which DBS mutation categories are to be added.

Examples

1
vcf <- add_DBS_cats_ToVCF(input = vcf, DBS_mutations_only = FALSE)

FunGeST/Palimpsest documentation built on June 10, 2021, 6:35 p.m.