From 6fee234e29c543640d9f1a4f58d4ebcfd16b48ca Mon Sep 17 00:00:00 2001 From: Charlotte Soneson Date: Sat, 28 Jul 2018 16:56:51 +0200 Subject: [PATCH] Fix typo --- R/makeFilterStats.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +})