SplitListOfMutectVCFs: Split each Mutect VCF into SBS, DBS, and ID VCFs (plus...

Description Usage Arguments Value

View source: R/VCF_to_catalog_functions.R

Description

Split each Mutect VCF into SBS, DBS, and ID VCFs (plus VCF-like data frame with left-over rows)

Usage

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

Arguments

list.of.vcfs

List of VCFs as in-memory data.frames.

suppress.discarded.variants.warnings

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

Value

A list containing the following objects:


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