Skip to content

Commit

Permalink
fix typo in function param
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Feb 26, 2024
1 parent a7e5769 commit 46ec3a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: DEGreport
Version: 1.39.4
Version: 1.39.5
Date: 2024-02-06
Type: Package
Title: Report of DEG analysis
Expand Down Expand Up @@ -71,6 +71,6 @@ Authors@R: c(person("Lorena", "Pantano", email = "lorena.pantano@gmail.com",
Maintainer: Lorena Pantano <lorena.pantano@gmail.com>
License: MIT + file LICENSE
VignetteBuilder: knitr
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion R/clustering.R
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ degPatterns = function(ma, metadata, minc=15, summarize="merge",
groupDifference = NULL,
eachStep = FALSE,
plot=TRUE, fixy=NULL, nClusters = NULL,
skipDendo=TRUE){
skipDendrogram=TRUE){
benchmarking <- NULL
metadata <- as.data.frame(metadata)
ma = ma[, row.names(metadata)]
Expand Down
2 changes: 1 addition & 1 deletion man/degPatterns.Rd

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

0 comments on commit 46ec3a2

Please sign in to comment.