analyze: Allow to exclude detailed results

This commit is contained in:
Elias Projahn 2022-02-24 15:57:27 +01:00
parent 074902b505
commit 54e3b433f7
2 changed files with 8 additions and 3 deletions

View file

@ -4,7 +4,7 @@
\alias{analyze}
\title{Analyze genes based on position data.}
\usage{
analyze(preset, progress = NULL)
analyze(preset, progress = NULL, include_results = TRUE)
}
\arguments{
\item{preset}{The preset to use which should be created using \code{\link[=preset]{preset()}}.}
@ -13,6 +13,9 @@ analyze(preset, progress = NULL)
function should accept a number between 0.0 and 1.0 for the current
progress. If no function is provided, a simple text progress bar will be
shown.}
\item{include_results}{Whether to include the detailed results. If this is
set to \code{FALSE}, only the \code{scores} are available.}
}
\value{
An object containing the results of the analysis with the following