Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Dec 21, 2024
1 parent e88d762 commit b7f1a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/transformCounts.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
#' # The target of transformation can be specified with "assay.type"
#' # Pseudocount can be added by specifying 'pseudocount'.
#'
#' # Perform CLR with smallest positive value as pseudocount
#' # Perform CLR with half of the smallest positive value as pseudocount
#' tse <- transformAssay(
#' tse, assay.type = "relabundance", method = "clr",
#' tse, assay.type = "counts", method = "clr",
#' pseudocount = TRUE
#' )
#'
Expand Down
4 changes: 2 additions & 2 deletions man/transformAssay.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7f1a75

Please sign in to comment.