Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make things clearer #419

Merged
merged 11 commits into from
Dec 17, 2024
Prev Previous commit
Next Next commit
indicate that batch collection is optional - addresses a bit #418
  • Loading branch information
LeaSeep committed Dec 16, 2024
commit 3a0169af6cbb509048fc28a4421535ac2b355b9c
2 changes: 1 addition & 1 deletion program/shinyApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ server <- function(input,output,session){
}
selectInput(
inputId = "BatchEffect_Column",
label = "Select Batch Effect Column",
label = "[optional] Select Batch Effect Column",
choices = c("NULL", filtered_column_names),
selected = "NULL"
)
Expand Down