extract_dbs_from_vcf: extract_dbs_from_vcf

View source: R/annotate_VCF_functions.R

extract_dbs_from_vcfR Documentation

extract_dbs_from_vcf

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

extract_dbs_from_vcf(vcf = NULL)

Arguments

vcf

The input VCF from which DBS mutations are to be extracted

Examples

vcf_dbs <- extract_dbs_from_vcf(vcf = vcf)

FunGeST/Palimpsest documentation built on June 2, 2024, 4:21 a.m.