Browse code

change input name for protein adjustment - heatmap

deril2605 authored on 17/01/2024 13:49:26
Showing 1 changed files

... ...
@@ -142,7 +142,7 @@ statmodelUI <- function(id) {
142 142
                                   0.1)),
143 143
                    
144 144
                    numericInput(ns("nump"), "Number of proteins \
145
-                                        per page", 100, 1, 180, 1),
145
+                                        to display", 100, 1, 180, 1),
146 146
                    selectInput(ns("cluster"), 
147 147
                                label = h5("Cluster analysis",class = "icon-wrapper",icon("question-circle", lib = "font-awesome"),
148 148
                                           div("Determines how to order proteins and comparisons. protein means, comparison means, or both", class = "icon-tooltip")),