fusk-kpu commited on
Commit
0ed744d
·
verified ·
1 Parent(s): 5ab9358

Show "SRscore" in the title of the heatmap legend

Browse files
Files changed (1) hide show
  1. global.R +2 -0
global.R CHANGED
@@ -192,6 +192,7 @@ overview <- function(input, output, session, srga, cl, Breaks, Color, gokegg, po
192
  high = "hotpink",
193
  midpoint = 0
194
  ),
 
195
  Rowv = FALSE,
196
  Colv = FALSE,
197
  cellnote = set_rownames(rv$df[cl], value = rv$df[, input$identifier]),
@@ -529,6 +530,7 @@ TemplateMatch <- function(input, output, session, query, selectRow, srga, cl, Br
529
  high = "hotpink",
530
  midpoint = 0
531
  ),
 
532
  Rowv = FALSE,
533
  Colv = FALSE)
534
  )
 
192
  high = "hotpink",
193
  midpoint = 0
194
  ),
195
+ key.title = "SRscore",
196
  Rowv = FALSE,
197
  Colv = FALSE,
198
  cellnote = set_rownames(rv$df[cl], value = rv$df[, input$identifier]),
 
530
  high = "hotpink",
531
  midpoint = 0
532
  ),
533
+ key.title = "SRscore",
534
  Rowv = FALSE,
535
  Colv = FALSE)
536
  )