Learn R Programming

ICAMS (version 2.0.10)

ReadStrelkaIDVCFs: Read Strelka ID (small insertion and deletion) VCF files.

Description

Read Strelka ID (small insertion and deletion) VCF files.

Usage

ReadStrelkaIDVCFs(files, names.of.VCFs = NULL)

Arguments

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 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.

Value

A list of vcfs from files.

See Also

StrelkaIDVCFFilesToCatalog

Examples

Run this code
# NOT RUN {
file <- c(system.file("extdata",
                      "Strelka.ID.GRCh37.vcf",
                      package = "ICAMS"))
list.of.vcfs <- ReadStrelkaIDVCFs(file)
# }

Run the code above in your browser using DataLab