extract_dbs_from_vcf: extract_dbs_from_vcf

Description Usage Arguments Examples

View source: R/annotate_VCF_functions.R

Description

returns lines of a VCF corresponding to DBS mutations. The VCF must be ordered by sample, CHROM and position for this function to work (can be performed by the "order_vcf()" function.

Usage

1

Arguments

vcf

The input VCF from which DBS mutations are to be extracted

Examples

1
vcf_dbs <- extract_dbs_from_vcf(vcf = vcf)

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