file load antics
This commit is contained in:
parent
78ffc970e9
commit
70a3d6a907
1 changed files with 4 additions and 4 deletions
8
ml/ui.R
8
ml/ui.R
|
@ -26,14 +26,14 @@ dashboardPage(skin="purple",
|
|||
|
||||
radioButtons("combined_data",
|
||||
label="Data Type",
|
||||
choiceNames = c("Complete", "Actual"),
|
||||
choiceValues = c("complete", "actual"),
|
||||
choiceNames = c("Complete", "Actual", "Feature Selection"),
|
||||
choiceValues = c("complete", "actual", "FS"),
|
||||
selected="complete"
|
||||
),
|
||||
radioButtons("combined_training_genes",
|
||||
label="Training Genes",
|
||||
choiceNames = c("Five", "Six"),
|
||||
choiceValues = c("5","6"),
|
||||
choiceNames = c("One", "Two", "Five", "Six"),
|
||||
choiceValues = c("1", "2", "5","6"),
|
||||
selected = "5"
|
||||
),
|
||||
radioButtons("drug_dropdown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue