knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
vcfqc is a tool that can visualize the distribution of quality annotation values in a table summary of VCF files. This visualization can help in setting threshhold values for hard-filtering.
You can install the latest version of vcfqc by copying the following commands into R console:
library(devtools) devtools::install_github("Hatoonli/vcfqc", build_vignettes = TRUE)
This is an example of quality by depth (QD) annotation distribution
library(vcfqc) QD(system.file("extdata", "HG001_GRCh38.table", package = "vcfqc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.