parse_vcf: parse through vcf file so it can be used in R

View source: R/parse_vcf.R

parse_vcfR Documentation

parse through vcf file so it can be used in R

Description

parse through vcf file so it can be used in R

Usage

parse_vcf(vcf_file, snpeff = F)

Arguments

vcf_file

file name vcf data from gatk haplotypecaller

snpeff

boolean: the vcf is annotated with snpeff, default = F

Value

a data.table object with parsed vcf, new columns for various quality meaures, statistics, annotations, etc


greymonroe/polymorphology documentation built on Aug. 6, 2023, 1:33 a.m.