makedbBreakdownTable.Rd
Make a table showing sequence counts categorized by lineage, comparing a given 3-month period to the last month of the 3-month period
makedbBreakdownTable(
DB,
variantFile,
interval,
lastMonth,
colWidth,
extraNote = NULL,
saveTable = FALSE,
saveFolder = NULL,
height = NULL,
width = NULL
)
File path to subset database file. In the case of making summary tables, we use the
3M version from CoMIT, returned from pull_subset_DB()
csv file containing "Displayed_Lineage_Order" column for ordering row names/row groups in the GT table
string describing the first period analyzed, which is a 3-month period, e.g. May - July 2022
string describing the second period analyzed, which is a 1-month period, e.g. July 2022
desired column width; increase if text is wrapping (applies to all columns, for both printed and saved version)
string with extra source note to be displayed at the bottom of the table
logical value indicating whether to save the tables to the specified saveFolder
file path containing folder the finished tables will be saved in
desired height of table .png images (when saveTable is TRUE)
desired width of table .png images (when saveTable is TRUE)