From cd257e73727ec4a92b59957b509c1cd4c06ee154 Mon Sep 17 00:00:00 2001 From: StijnVandenbulcke Date: Mon, 13 May 2024 11:18:03 +0200 Subject: [PATCH] added description for ... argument --- R/msqrobAggregate.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/R/msqrobAggregate.R b/R/msqrobAggregate.R index d6ecdec..ab0ad51 100644 --- a/R/msqrobAggregate.R +++ b/R/msqrobAggregate.R @@ -55,7 +55,9 @@ #' @param aggregateFun A function used for quantitative feature aggregation. #' Details can be found in the documentation of the `aggregateFeatures` #' of the `QFeatures` package. -#' +#' +#' @param ... Additional arguments passed to the function specified in the `aggregateFun` argument. +#' #' @param modelColumnName `character` to indicate the variable name that is used #' to store the msqrob models in the rowData of the SummarizedExperiment #' instance or of the assay of the QFeatures instance. Default is "msqrobModels".