VCFsToZipFileXtra: Analogous to 'VCFsToZipFile', also generates density CSV and...

Description Usage

View source: R/shiny_related_functions.R

Description

Analogous to VCFsToZipFile, also generates density CSV and PDF files in the zip archive.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
VCFsToZipFileXtra(
  dir,
  zipfile,
  ref.genome,
  variant.caller = "unknown",
  num.of.cores = 1,
  trans.ranges = NULL,
  region = "unknown",
  names.of.VCFs = NULL,
  tumor.col.names = NA,
  filter.status = NULL,
  get.vaf.function = NULL,
  ...,
  max.vaf.diff = 0.02,
  base.filename = "",
  return.annotated.vcfs = FALSE,
  suppress.discarded.variants.warnings = TRUE
)

ICAMS documentation built on April 3, 2021, 5:07 p.m.