Post-processing of variants to generate outputs
post.processing(variant.specification, project.directory,
config.file = NULL, variant.callers = NULL,
remove.structural.variants = TRUE,
separate.consensus.filters = FALSE, sleep = FALSE, verbose = FALSE)Data frame specifying variants to be processed, or path to data frame (useful if calling from Perl)
Directory where output should be stored. Output files will be saved to a datestamped subdirectory
Path to config file specifying post-processing options. If not provided, the current options are used (i.e. from get.varitas.options())
Optional vector of variant callers for which filters should be included in Excel file
Logical indicating whether structural variants (including CNVs) should be removed. Defaults to TRUE.
Logical indicating whether to apply different thresholds to variants called by more than one caller (specified under consensus in config file). Defaults to FALSE.
Logical indicating whether script should sleep for 60 seconds before starting.
Logical indicating whether to print verbose output
None