complete != combined
This commit is contained in:
parent
3d250b0b43
commit
2a05a98474
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ shinyServer(function(input, output, session) {
|
|||
'genes_logo_skf_BT_',
|
||||
selected_gene,
|
||||
'_',
|
||||
"combined"
|
||||
"complete"
|
||||
#combined_data
|
||||
)
|
||||
feature_data = paste0(as.character(as.numeric(combined_training_genes)-4), # lol
|
||||
|
|
2
ml/ui.R
2
ml/ui.R
|
@ -60,7 +60,7 @@ dashboardPage(skin="purple",
|
|||
useShinyjs(),
|
||||
#plotlyOutput("plot", height = 800),
|
||||
box(plotOutput("plot"), width="100%"),
|
||||
box(plotOutput("feature_plot"), width="100%", title="Feature Selection"),
|
||||
box(plotOutput("feature_plot"), width="100%", title="Feature Selection (no resampling)"),
|
||||
# %>% withSpinner(color="#0dc5c1"), # uncomment if you want the spinner
|
||||
#downloadButton("save", "Download Plot"),
|
||||
#DT::dataTableOut("plotdata"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue