Read Strelka SBS (single base substitutions) VCF files.
ReadStrelkaSBSVCFs(files, names.of.VCFs = NULL)
Character vector of file paths to the VCF files.
Character vector of names of the VCF files. The order
of names in names.of.VCFs
should match the order of VCF file paths
in files
. If NULL
(default), this function will remove all of
the path up to and including the last path separator (if any) and file
paths without extensions (and the leading dot) will be used as the names of
the VCF files.
A list of lists which contain information about VCFs from
files
. Each list has two objects. The first object is a data frame
storing data lines of a VCF file with VAFs added. The second object
is a number indicating the number of rows in the first object.