Strelka calculate vaf usign ICAMS
0
0
Entering edit mode
3.9 years ago

Hi,

Has anyone tried the R package "ICAMS" for calculating vaf (variant allele frequency) of strelka variants?

I am having issues in reading the vcf file using ICAMS.

Code I used:

file <- c("somatic.snvs_passed.vcf",
      "Strelka.SBS.GRCh37.s1.vcf",
      package = "ICAMS")

if (requireNamespace("BSgenome.Hsapiens.1000genomes.hs37d5", quietly = TRUE)) { catalogs <- StrelkaSBSVCFFilesToCatalog(file, ref.genome = "hg19", trans.ranges = trans.ranges.GRCh37, region = "genome")}

Error: Cannot open the connection.

Thank you.

next-gen Strelka R • 943 views
ADD COMMENT

Login before adding your answer.

Traffic: 2743 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6