Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HTRfit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
yvertlab
evolution_plasticity
plasticity_mutation
HTRfit
Commits
d74cd893
Commit
d74cd893
authored
1 year ago
by
Arnaud Duvermy
Browse files
Options
Downloads
Patches
Plain Diff
update Rd files
parent
3c379836
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/metrics_plot.Rd
+1
-1
1 addition, 1 deletion
man/metrics_plot.Rd
man/simulationReport.Rd
+4
-4
4 additions, 4 deletions
man/simulationReport.Rd
with
5 additions
and
5 deletions
man/metrics_plot.Rd
+
1
−
1
View file @
d74cd893
...
...
@@ -14,7 +14,7 @@ values include "AIC", "BIC", "logLik", "deviance", "df.resid", and
"dispersion". If \code{NULL}, all available metrics will be plotted.}
}
\value{
A ggplot object displaying
density
plots for the specified metrics.
A ggplot object displaying
histogram
plots for the specified metrics.
}
\description{
This function generates a density plot of the specified metrics for the given
...
...
This diff is collapsed.
Click to expand it.
man/simulationReport.Rd
+
4
−
4
View file @
d74cd893
...
...
@@ -7,10 +7,10 @@
simulationReport(
mock_obj,
list_tmb = NULL,
dds_obj = NULL,
coeff_threshold = 0,
alt_hypothesis = "greaterAbs",
report_file = NULL
report_file = NULL,
dds_obj = NULL
)
}
\arguments{
...
...
@@ -18,13 +18,13 @@ simulationReport(
\item{list_tmb}{A list of model results.}
\item{dds_obj}{a DESeq2 object}
\item{coeff_threshold}{A threshold for comparing estimates.}
\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{dds_obj}{a DESeq2 object}
}
\value{
A list containing settings, plots, and evaluation results.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment