This function creates an integrated report that combines key analysis outputs,
generate_cat_report(
results_cat = results_cat,
enrichment_cat = results_cat,
grn_object = grn_object,
output_file = "cat_analysis_report.html",
output_dir = tempdir(),
template_path = NULL,
quiet = TRUE
)A character string with the path to the rendered report.
A data frame or list containing differential expression results.
A list with enrichment objects (e.g., BP, MF, KEGG, and optionally GSEA results).
An igraph object representing the gene regulatory network (e.g., from PCSF analysis).
Character. The desired name (and optionally path) for the rendered report (default: "analysis_report.html").
Character. Output directory to save the report to.
Character. Path to the R Markdown template file. If NULL, the function uses the built-in template located in inst/rmd/template_report.Rmd.
Logical. If TRUE (default), rendering will be quiet.