Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Jan 15, 2025
1 parent 4470737 commit 11dd880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/AllGenerics.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ setGeneric("getUnique", signature = c("x"), function(x, ...)
#' @export
setGeneric("getTop", signature = "x",
function(
x, top= 5L, method = c("mean","sum","median"),
x, top= 5L, method = c("mean", "sum", "median"),
assay.type = assay_name, assay_name = "counts", na.rm = TRUE, ...)
standardGeneric("getTop"))

Expand Down
2 changes: 1 addition & 1 deletion R/summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ NULL
#' @export
setMethod("getTop", signature = c(x = "SummarizedExperiment"),
function(
x, top = 5L, method = c("mean","sum","median","prevalence"),
x, top = 5L, method = c("mean", "sum", "median", "prevalence"),
assay.type = assay_name, assay_name = "counts",
na.rm = TRUE, ...){
# input check
Expand Down

0 comments on commit 11dd880

Please sign in to comment.