Write a formatted H-Score table to a sheet in an Excel workbook.
write_h_score_sheet(
wb,
h_score,
sheet_name = NULL,
sheet_title = NULL,
marker = NULL
)An openxlsx Workbook from openxlsx::createWorkbook
A data frame with columns for Slide ID, Tissue Category,
and percent, such as the output of compute_h_score.
Optional name for the worksheet.
Optional title header for the table. If omitted,
the title will be inferred from the h_score data if possible.
Optional marker name to add to the default sheet title.
Ignored if sheet_title is provided.
Other output functions:
write_count_within_sheet(),
write_counts_sheet(),
write_density_sheet(),
write_expression_sheet(),
write_nearest_neighbor_summary_sheet(),
write_percents_sheet(),
write_plot_sheet(),
write_summary_sheet()