Skip to content

Commit

Permalink
new sentence after variable explanation in roxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessl committed Dec 15, 2023
1 parent 97862c5 commit 0f61b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/models.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#' @description Recognize features added to predcitor from pheno via a common suffix
#' and set zeroSum.weights to 0 for those features (since they are, unlike RNAseq data,
#' not affected by rescaling), then call [zeroSum::zeroSum()]
#' @param x, see [zeroSum::zeroSum()].
#' @param y, see [zeroSum::zeroSum()].
#' @param x See [zeroSum::zeroSum()].
#' @param y See [zeroSum::zeroSum()].
#' @param pheno_regexp string that matches exactly those features (column names) in
#' `x` that were added from pheno data. Default is `"\\+\\+$"`.
#' @param ... further arguments passed to [zeroSum::zeroSum()].
Expand Down
4 changes: 2 additions & 2 deletions man/zeroSumWithPheno.Rd

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

0 comments on commit 0f61b71

Please sign in to comment.