View source: R/annotate_VCF_functions.R
| add_DBS_cats_ToVCF | R Documentation | 
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.
add_DBS_cats_ToVCF(vcf = NULL, DBS_mutations_only = NA)
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.  | 
vcf <- add_DBS_cats_ToVCF(input = vcf, DBS_mutations_only = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.