You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/upload_ui.R
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ uploadBody <- function() {
72
72
bsPopover(
73
73
id="dataFileInfo",
74
74
title="A CSV or Txt file with the proteomics data.",
75
-
content="A file containing the intensities of proteins for multiple samples (samples specified in metadata file). For example, the output file proteinGroups.txt of MaxQuant.</b>"
75
+
content="A file containing the RAW intensities of proteins for multiple samples (samples specified in metadata file). For example, the output file proteinGroups.txt of MaxQuant.</b>"
76
76
)
77
77
78
78
columnNamePopover<-
@@ -146,7 +146,7 @@ uploadBody <- function() {
146
146
width=6,
147
147
fileInput(
148
148
"dataFile",
149
-
span("Choose Proteomics Data File ", tags$i(class="fa fa-circle-info", style="color: rgb(0,166,90)"), id="dataFileInfo"),
149
+
span("Choose Proteomics Data File (Raw)", tags$i(class="fa fa-circle-info", style="color: rgb(0,166,90)"), id="dataFileInfo"),
0 commit comments