Newer
Older
\name{exportReportFile}
\alias{exportReportFile}
\title{Export the Analysis Report to a File}
\usage{
exportReportFile(report_file, table_settings, roc_curve, id_plot, counts_plot)
}
\arguments{
\item{report_file}{Path to the file where the report will be exported.}
\item{table_settings}{A table containing settings and parameters used in the analysis.}
\item{roc_curve}{A plot displaying the Receiver Operating Characteristic (ROC) curve.}
\item{id_plot}{A plot displaying unique identifiers.}
\item{counts_plot}{A plot displaying the gene counts.}
}
\value{
report
}
\description{
This function generates an analysis report by arranging and combining various plots
and tables, and then exports the report to a specified file.
}