View source: R/shiny_related_functions.R
VCFsToZipFileXtra | R Documentation |
VCFsToZipFile
, also generates density CSV and PDF files in the zip
archive.Analogous to VCFsToZipFile
, also generates density CSV and PDF files in the zip
archive.
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.