Skip to content

Commit

Permalink
retire unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ATpoint committed Oct 7, 2024
1 parent 84be95e commit 713679f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SigGenes
Title: Automated differential analysis and signature generation for bulk and single-cell data
Description: Automated differential analysis between groups based on limma-voom and generation of per-group signatures via custom filtering.
Version: 1.0.5
Version: 1.0.6
Author: Alexander Bender [aut,cre]
Maintainer: Alexander Bender <[email protected]>
License: LGPL (>=2)
Expand Down
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
CHANGES IN VERSION 1.0.6
------------------------

o retire unused argument in `de_testing()`


CHANGES IN VERSION 1.0.5
------------------------

o option to use limma-trend for testing rather than default limma-voom
o support to use limma-trend for testing via `use_trend=TRUE`


CHANGES IN VERSION 1.0.4
Expand Down
2 changes: 1 addition & 1 deletion R/de_testing.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#' @export
de_limma <- function(x, use_assay = "counts", aggregate_by = NULL, use_existing_sf = TRUE,
main_covariate, other_covariates = NULL,
test_method = c("trend", "voom"), block = NULL,
block = NULL,
min_pct = 0, min_fc = 1.0, use_weights = FALSE,
mode = c("pairwise", "average"), use_trend = FALSE,
use_filterByExpr = FALSE, return_object = FALSE, delim = "_vs_") {
Expand Down
1 change: 0 additions & 1 deletion man/de_limma.Rd

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

0 comments on commit 713679f

Please sign in to comment.