ICAMS (version 2.3.12)

MakeVCFDBSdf: MakeVCFDBSdf Take DBS ranges and the original VCF and generate a VCF with dinucleotide REF and ALT alleles.

Description

MakeVCFDBSdf Take DBS ranges and the original VCF and generate a VCF with dinucleotide REF and ALT alleles.

Usage

MakeVCFDBSdf(DBS.range.df, SBS.vcf.dt)

Value

A minimal VCF with only the columns CHROM, POS,

ID, REF, ALT, VAF, read.depth.

Arguments

DBS.range.df

Data frame with columns CHROM, LOW, HIGH

SBS.vcf.dt

A data table containing the VCF from which DBS.range.df was computed.