save.variants.excel: Save variants to Excel.

Description Usage Arguments

View source: R/save.variants.excel.R

Description

Makes an Excel workbook with variant calls. If filters are provided, these will be saved to an additional worksheet within the same file.

Usage

1
2
save.variants.excel(variants, file.name, filters = NULL,
  overwrite = TRUE)

Arguments

variants

Data frame containing variants

file.name

Name of output file

filters

Optional list of filters to be saved

overwrite

Logical indicating whether to overwrite exiting file if it exists. Defaults to TRUE for consistency with other R functions.


varitas documentation built on Nov. 14, 2020, 1:07 a.m.