Skip to content

Commit

Permalink
convert to character
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Aug 7, 2019
1 parent a58479c commit 24f1c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/results.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ degMA <- function(results,
fn <- summary
if (compareVersion("7.0", R.Version()$minor) < 0)
fn <- DESeq2::summary
if (compareVersion("1.25", packageVersion("DESeq2")) < 0)
if (compareVersion("1.25", as.character(packageVersion("DESeq2"))) < 0)
fn <- DESeq2::summary
if (class(object) == "DESeqDataSet"){
if (is.null(contrast)) {
Expand Down

0 comments on commit 24f1c41

Please sign in to comment.