dir <- c(system.file("extdata/Strelka-SBS-vcf",
package = "ICAMS"))
if (requireNamespace("BSgenome.Hsapiens.1000genomes.hs37d5", quietly = TRUE)) {
catalogs <-
StrelkaSBSVCFFilesToZipFile(dir,
zipfile = file.path(tempdir(), "test.zip"),
ref.genome = "hg19",
trans.ranges = trans.ranges.GRCh37,
region = "genome",
base.filename = "Strelka-SBS")
unlink(file.path(tempdir(), "test.zip"))}
Run the code above in your browser using DataLab