Skip to content

Commit

Permalink
Merge branch 'master' of git.bioconductor.org:packages/DESeq2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Jan 19, 2021
2 parents d1c6ed9 + 41706b7 commit 6bdb3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: DESeq2
Type: Package
Title: Differential gene expression analysis based on the negative
binomial distribution
Version: 1.31.8
Version: 1.31.9
Authors@R: c(
person("Michael", "Love", email="[email protected]", role = c("aut","cre")),
person("Constantin", "Ahlmann-Eltze", role = c("ctb")),
Expand Down
2 changes: 1 addition & 1 deletion R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ integrateWithSingleCell <- function(res, dds) {
# repeat the message below the fold
message(paste("Choose a",org,"single-cell dataset to integrate with (0 to cancel):"))

menuOpts <- ifelse(is.na(tab2$data), tab2$func, paste(tab2$func, tab2$data, sep="-"))
menuOpts <- ifelse(is.na(tab$data), tab$func, paste(tab$func, tab$data, sep="-"))
ans <- menu(menuOpts)

if (ans == 0) stop("No scRNA-seq dataset selected")
Expand Down

0 comments on commit 6bdb3fc

Please sign in to comment.