Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/makeFilterStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -249,4 +249,4 @@ setMethod( "filterNames","SummarizedExperiment",function(object){
return(names(rowData(object))[whValid])

}
})
})