Skip to content
Snippets Groups Projects
Commit d74cd893 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

update Rd files

parent 3c379836
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ values include "AIC", "BIC", "logLik", "deviance", "df.resid", and ...@@ -14,7 +14,7 @@ values include "AIC", "BIC", "logLik", "deviance", "df.resid", and
"dispersion". If \code{NULL}, all available metrics will be plotted.} "dispersion". If \code{NULL}, all available metrics will be plotted.}
} }
\value{ \value{
A ggplot object displaying density plots for the specified metrics. A ggplot object displaying histogram plots for the specified metrics.
} }
\description{ \description{
This function generates a density plot of the specified metrics for the given This function generates a density plot of the specified metrics for the given
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
simulationReport( simulationReport(
mock_obj, mock_obj,
list_tmb = NULL, list_tmb = NULL,
dds_obj = NULL,
coeff_threshold = 0, coeff_threshold = 0,
alt_hypothesis = "greaterAbs", alt_hypothesis = "greaterAbs",
report_file = NULL report_file = NULL,
dds_obj = NULL
) )
} }
\arguments{ \arguments{
...@@ -18,13 +18,13 @@ simulationReport( ...@@ -18,13 +18,13 @@ simulationReport(
\item{list_tmb}{A list of model results.} \item{list_tmb}{A list of model results.}
\item{dds_obj}{a DESeq2 object}
\item{coeff_threshold}{A threshold for comparing estimates.} \item{coeff_threshold}{A threshold for comparing estimates.}
\item{alt_hypothesis}{The alternative hypothesis for comparisons ("greater", "less", "greaterAbs").} \item{alt_hypothesis}{The alternative hypothesis for comparisons ("greater", "less", "greaterAbs").}
\item{report_file}{File name to save the generated report. If NULL, the report will not be exported.} \item{report_file}{File name to save the generated report. If NULL, the report will not be exported.}
\item{dds_obj}{a DESeq2 object}
} }
\value{ \value{
A list containing settings, plots, and evaluation results. A list containing settings, plots, and evaluation results.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment