Makes an Excel workbook with variant calls. If filters are provided, these will be saved to an additional worksheet within the same file.
save.variants.excel(variants, file.name, filters = NULL,
overwrite = TRUE)Data frame containing variants
Name of output file
Optional list of filters to be saved
Logical indicating whether to overwrite exiting file if it exists. Defaults to TRUE for consistency with other R functions.