Browse Source

Error en id_tumors del template.

master
marcelcosta 1 year ago
parent
commit
d0c7391cae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      invivos/app.R

+ 1
- 1
invivos/app.R

@ -290,7 +290,7 @@ server <- function(input, output) {
content = function(file){ content = function(file){
ncages<-input$ncages ncages<-input$ncages
nrat_cage<-5 nrat_cage<-5
id_tumors<-c("L","R")[as.numeric(input$ntumors)]
id_tumors<-c("L","R")[1:as.numeric(input$ntumors)]
# timepoint<-c(7,10,13,16,19,22,25) # timepoint<-c(7,10,13,16,19,22,25)
if (!is.null(input$file_sizes)){ if (!is.null(input$file_sizes)){

Loading…
Cancel
Save