remove combined_data
This commit is contained in:
parent
b137ac688b
commit
3d250b0b43
3 changed files with 24 additions and 22 deletions
12
ml/ui.R
12
ml/ui.R
|
@ -23,12 +23,12 @@ dashboardPage(skin="purple",
|
|||
# ),
|
||||
#),
|
||||
|
||||
radioButtons("combined_data",
|
||||
label="Data Type",
|
||||
choiceNames = c("Complete", "Actual"),
|
||||
choiceValues = c("complete", "actual"),
|
||||
selected="complete"
|
||||
),
|
||||
# radioButtons("combined_data",
|
||||
# label="Data Type",
|
||||
# choiceNames = c("Complete", "Actual"),
|
||||
# choiceValues = c("complete", "actual"),
|
||||
# selected="complete"
|
||||
# ),
|
||||
radioButtons("combined_training_genes",
|
||||
label="Training Genes",
|
||||
choiceNames = c("Five", "Six"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue