save.variants.excel {varitas} | R Documentation |
Save variants to Excel.
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
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. |
[Package varitas version 0.0.2 Index]