Skip to content
Snippets Groups Projects
exportReportFile.Rd 833 B
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Generated by roxygen2: do not edit by hand
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Please edit documentation in R/simulation_report.R
Arnaud Duvermy's avatar
Arnaud Duvermy committed
\name{exportReportFile}
\alias{exportReportFile}
\title{Export the Analysis Report to a File}
\usage{
exportReportFile(report_file, table_settings, roc_curve, id_plot, counts_plot)
Arnaud Duvermy's avatar
Arnaud Duvermy committed
}
\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.
}