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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue