SplitListOfStrelkaSBSVCFs: Split a list of in-memory Strelka SBS VCF into SBS, DBS, and...

Description Usage Arguments Value

Description

SBSs are single base substitutions, e.g. C>T, A<G,.... DBSs are double base substitutions, e.g. CC>TT, AT>GG, ... Variants involving > 2 consecutive bases are rare, so this function just records them. These would be variants such ATG>CCT, AGAT>TCTA, ...

Usage

1
2
3
4
SplitListOfStrelkaSBSVCFs(
  list.of.vcfs,
  suppress.discarded.variants.warnings = TRUE
)

Arguments

list.of.vcfs

A list of in-memory data frames containing Strelka SBS VCF file contents.

suppress.discarded.variants.warnings

Logical. Whether to suppress warning messages showing information about the discarded variants. Default is TRUE.

Value

A list of elements as follows:


ICAMS documentation built on April 3, 2021, 5:07 p.m.