Skip to content

Commit

Permalink
remove ... from propr()
Browse files Browse the repository at this point in the history
  • Loading branch information
suzannejin committed Sep 23, 2024
1 parent 4c5f9a0 commit 9aaf1e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/1-propr.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#' @param alpha The alpha parameter used in the alpha log-ratio transformation.
#' @param p The number of permutations to perform for calculating the false
#' discovery rate (FDR). The default is 0.
#' @param ... Additional arguments passed to \code{corpcor::pcor.shrink},
#' if "pcor.shrink" metric is selected.
#'
#' @return A propr object containing the Propr matrix, associated log-ratio
#' transformation, and other calculated statistics.
Expand Down Expand Up @@ -68,8 +66,7 @@ propr <- function(counts,
select = NA,
symmetrize = FALSE,
alpha = NA,
p = 0,
...) {
p = 0) {
##############################################################################
### CLEAN UP ARGS
##############################################################################
Expand Down

0 comments on commit 9aaf1e6

Please sign in to comment.