Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
giannimonaco authored and giannimonaco committed Nov 27, 2018
1 parent 7a432e7 commit ef7c9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sigRNAseq <- read.delim("data/sigmatrixRNAseq.txt", check.names = F)
sigMicroarray <- read.delim("data/sigmatrixMicro.txt", check.names = F)
target <- read.delim("data/target.txt", header = F)


### MOD
function(input, output) {

dataset <- reactive( {
Expand Down

0 comments on commit ef7c9ae

Please sign in to comment.