Skip to content

Commit

Permalink
small fixes in aggregation method
Browse files Browse the repository at this point in the history
  • Loading branch information
werpuc committed Apr 30, 2024
1 parent d4665e6 commit defc41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ app_ui <- function(request) {
radioButtons(inputId = "hires_method",
label = "Select method of data aggregation:",
choices = c("Shortest peptide" = "shortest",
"Weighted values inverse to peptide length" = "weiss"))
"Weighted values inverse to peptide length" = "weighted"))
),
br(),
collapsible_card(
Expand Down

0 comments on commit defc41f

Please sign in to comment.