parse_vcf | R Documentation |
parse through vcf file so it can be used in R
parse_vcf(vcf_file, snpeff = F)
vcf_file |
file name vcf data from gatk haplotypecaller |
snpeff |
boolean: the vcf is annotated with snpeff, default = F |
a data.table object with parsed vcf, new columns for various quality meaures, statistics, annotations, etc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.