# NOT RUN {
file <- c(system.file("extdata",
"Strelka.ID.GRCh37.vcf",
package = "ICAMS"))
ID.vcf <- ReadStrelkaIDVCFs(file)[[1]]
if (requireNamespace("BSgenome.Hsapiens.1000genomes.hs37d5", quietly = TRUE)) {
annotated.ID.vcf <- AnnotateIDVCF(ID.vcf, ref.genome = "hg19")}
# }
Run the code above in your browser using DataLab