From 9c7f2ff5ddb117ba3102373f23fcadec8868f3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Siberchicot?= Date: Wed, 16 Oct 2024 09:23:05 +0200 Subject: [PATCH] Update the DRomicsInterpreter shiny app: update the text of a help button --- inst/DRomicsInterpreter-shiny/global.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/DRomicsInterpreter-shiny/global.R b/inst/DRomicsInterpreter-shiny/global.R index 4d89bd7..0e502e7 100644 --- a/inst/DRomicsInterpreter-shiny/global.R +++ b/inst/DRomicsInterpreter-shiny/global.R @@ -11,7 +11,7 @@ options(shiny.maxRequestSize=30*1024^2) texthelpnblevel <- "The maximal number of experimental levels is 10. The experimental levels can be for example different molecular levels (transcriptomics, metabolomis, ...), different experimental time points or different biological models (different species, different experimental settings), ..." texthelpmaxdosexscale <- "We recommand you to fix it at the maximal tested dose/concentration. If this value is not the same for all the experimental levels, keep the smallest one to prevent extrapolation of dose response curves in plots." -helplabel1step1 <- "The DRomics output file must be a .txt file with tabs or spaces as field separators, dots as decimal separators and NA as missing values. The first line must contain the columns names provided by the DRomics workflow." +helplabel1step1 <- "The DRomics output file must be a .txt file with tabs or spaces as field separators, dots as decimal separators and NA as missing values. The column names (in the first row) must correspond to those provided in the output of the DRomics workflow." helplabel2step1 <- "Each file for annotation data must have exactly two columns. Take care to reduce the dimension of your annotation file by keeping only the items which are present in the DRomics output and have at least one biological annotation." helplabel3step1 <- "If there are multiple experimental levels, the labels chosen must be unique. All spaces in the labels are removed." helplabel4step1 <- "If at least one annotation stands in more than one word (separated by a space), you should surround each of annotation by quotes, or use tab as a column separator in your annotation file (check the box to this option)."