R/pathway-clustering-functions.R
add_table_to_workbook.RdThis function adds an annotated pathways table to an Excel workbook with appropriate formatting and styles.
add_table_to_workbook(annot_table, wb, sheet_name, tab_color)A data.frame or data.table with the annotated pathways data.
A workbook object created by openxlsx::createWorkbook().
A character string specifying the worksheet name.
A character string representing the hex color code for the worksheet tab.
This function does not return a value; it modifies the workbook object in place.