ProcessVCFs: This function is a wrapper function processing VCFs to...

View source: R/server_related_functions.R

ProcessVCFsR Documentation

This function is a wrapper function processing VCFs to generate a zip archive

Description

This function is a wrapper function processing VCFs to generate a zip archive

Usage

ProcessVCFs(input, output, file, ids)

Arguments

input

A list-like object used in shiny app to store the current values of all of the widgets in the app.

output

A list-like object used in shiny app that stores instructions for building the R objects in the app.

file

A file path (string) of a nonexistent temp file, using which the function writes the content to that file path.

ids

A list containing the existing notification ids for error, warning and message.

Value

A list of catalogs and updated notification ids for error, warning and message after running this function.


steverozen/mSigAct.server documentation built on July 9, 2023, 4:52 a.m.