diff --git a/R/makeFilterStats.R b/R/makeFilterStats.R index f490f7ee..f63e2815 100644 --- a/R/makeFilterStats.R +++ b/R/makeFilterStats.R @@ -6,7 +6,7 @@ #' @aliases reduceFunctions makeFilterStats #' makeFilterStats,SummarizedExperiment-method #' @param filterStats character vector of statistics to calculate. Must be one -#' of the character values given by \code{listBuildInFilterStats()}. +#' of the character values given by \code{listBuiltInFilterStats()}. #' @param filterNames if given, defines the names that will be assigned to the #' filtering statistics in the \code{rowData} of the object. If missing, will be #' just the value of \code{filterStats} argument @@ -249,4 +249,4 @@ setMethod( "filterNames","SummarizedExperiment",function(object){ return(names(rowData(object))[whValid]) } -}) \ No newline at end of file +})