Build Cluster Hits Report
build_create_limma_report.Rd
Generates an HTML report for clustered hits, including plots and spline parameter details, with a table of contents.
Usage
build_create_limma_report(
header_section,
plots,
plots_sizes,
level_headers_info,
report_info,
output_file_path = here::here()
)
Arguments
- header_section
A character string containing the HTML header section.
- plots
A list of ggplot2 plot objects.
- plots_sizes
A list of integers specifying the size of each plot.
- level_headers_info
A list of header information for each level.
- report_info
A named list containg the report info fields. Here used for the email hotkey functionality.
- output_file_path
A character string specifying the path to save the HTML report.