Skip to content

Commit

Permalink
hyperGeo Pvalue visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
linazhu3 committed Jun 12, 2018
1 parent fa8e2d0 commit ba974b6
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
@@ -1,7 +1,7 @@
Package: HTSanalyzeR2
Type: Package
Title: An R package for gene set enrichment and network analysis of various high-throughput data
Version: 0.99.11
Version: 0.99.12
Author: Lina ZHU <zhulina0609@gmail.com>, Feng GAO <gaofeng21cn@gmail.com>,
Xiupei MEI <meixiupei@gmail.com>, Xin Wang <xinwang2hms@gmail.com>
Maintainer: Lina ZHU <zhulina0609@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ create_data_table <- function(gscaObj, analysis, genesets) {
res <- trim_result(res, digits = 3)

gseaDispValue <- ifelse(is.null(gscaObj@para$nPermutations), "0", format((1/gscaObj@para$nPermutations), scientific=TRUE, digits = 1))
jsRenders <- list(GSEA = colValueRender(gseaDispValue), HyperGeo = colValueRender('1e-06'))
jsRenders <- list(GSEA = colValueRender(gseaDispValue), HyperGeo = colValueRender('<1e-06'))

columnDefs <- list(list(targets = which(colnames(res) == "HyperGeo.Adj.Pvalue") - 1, render = jsRenders[["HyperGeo"]]),
list(targets = which(colnames(res) == "GSEA.Adj.Pvalue") - 1, render = jsRenders[["GSEA"]]))
Expand Down

0 comments on commit ba974b6

Please sign in to comment.