From 925fcf60d1a739fa612c7d84e90039ff5d73e022 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Fri, 12 Jan 2018 13:42:51 +0100 Subject: [PATCH] scatterPlot: suggestion to use fewer label --- R/scatterPlot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/scatterPlot.R b/R/scatterPlot.R index 9acbd5a..2637149 100644 --- a/R/scatterPlot.R +++ b/R/scatterPlot.R @@ -273,7 +273,7 @@ scatterPlot <- function(input, output, session, data, types, features = NULL, ma } else { shiny::showNotification( id = session$ns("label-limit"), - paste("Warning! Label restricted to 100 or less labels. Currently selected:", length(markerReac()$label)), + paste("Warning! Label restricted to 100 or less labels. Currently selected:", length(markerReac()$label), "Please select fewer genes to label."), duration = NULL, type = "warning" )