diff --git a/DESCRIPTION b/DESCRIPTION index 494517b..921aef6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: GSVA -Version: 1.53.0 +Version: 1.53.1 Title: Gene Set Variation Analysis for Microarray and RNA-Seq Data Authors@R: c(person("Robert", "Castelo", role=c("aut", "cre"), email="robert.castelo@upf.edu"), person("Justin", "Guinney", role="aut", email="jguinney@gmail.com"), diff --git a/inst/shinyApp/server.R b/inst/shinyApp/server.R index 31b30cc..abdfacf 100644 --- a/inst/shinyApp/server.R +++ b/inst/shinyApp/server.R @@ -87,7 +87,7 @@ function(input, output, session) { tau=isolate(argInp[["selectedTau"]]()), maxDiff=isolate(argInp[["mxDiff"]]()), absRanking=isolate(argInp[["absRanking"]]()))) - result <- gsva(expr=param, verbose=TRUE) + result <- gsva(param=param, verbose=TRUE) sink() ## when gsva() ends, we reset the console text file to empty write("", file=rout)