Read Strelka ID (small insertion and deletion) VCF files
Read Strelka ID (small insertion and deletion) VCF files
ReadStrelkaIDVCFs(files, names.of.VCFs = NULL)
files |
Character vector of file paths to the VCF files. |
names.of.VCFs |
Character vector of names of the VCF files. The order of
names in |
A list of data frames containing data lines of the VCF files.
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+.
file <- c(system.file("extdata/Strelka-ID-vcf", "Strelka.ID.GRCh37.s1.vcf", package = "ICAMS")) list.of.vcfs <- ReadStrelkaIDVCFs(file)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.