View source: R/VCF_to_catalog_functions.R
ReadStrelkaIDVCF | R Documentation |
Read in the data lines of an ID VCF created by Strelka version 1
ReadStrelkaIDVCF(file, name.of.VCF = NULL)
file |
The name/path of the VCF file, or a complete URL. |
name.of.VCF |
Name of the VCF file. If |
A data frame storing data lines of the VCF file.
In ID (small insertion and deletion) catalogs, deletion repeat sizes range from 0 to 5+, but for plotting and end-user documentation deletion repeat sizes range from 1 to 6+.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.