View source: R/server_related_functions.R
GenerateZipFileFromVCFs | R Documentation |
This function generates a zip archive from VCFs
GenerateZipFileFromVCFs(
files,
zipfile,
vcf.names,
zipfile.name,
ref.genome,
variant.caller,
mergeSBS,
filter.status,
num.of.cores,
trans.ranges = NULL,
region = "unknown",
names.of.VCFs = NULL,
base.filename = "",
updateProgress = NULL
)
files |
Character vector of file paths to the VCF files. |
zipfile |
Pathname of the zip file to be created. |
vcf.names |
Names of VCF files uploaded by the user. |
zipfile.name |
Name of zip archive specified by the user. |
ref.genome |
A |
variant.caller |
Name of the variant caller that produces the VCF, can
be either |
mergeSBS |
Whether to merge adjacent SBSs as DBS. Value can be "yes" or "no". |
filter.status |
The character string in column |
num.of.cores |
The number of cores to use. Not available on Windows
unless |
trans.ranges |
Optional. If
then the function will infer |
region |
A character string designating a genomic region;
see |
names.of.VCFs |
Optional. Character vector of names of the VCF files.
The order of names in |
base.filename |
Optional. The base name of the CSV and PDF files to be
produced; multiple files will be generated, each ending in
|
updateProgress |
A callback function to update the progress indicator on the user interface. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.