Corregir error df->dades

This commit is contained in:
Costa
2020-12-22 15:24:55 +01:00
parent 41512dd8b4
commit 79755bd197
+1 -1
View File
@@ -202,7 +202,7 @@ server <- function(input, output) {
timepoint<-c(7,10,13,16,19,22,25)
if (!is.null(input$file_sizes)){
dtemplate<-df$db %>% select(-Volume)
dtemplate<-dades$db %>% select(-Volume)
dtemplate<-melt(dtemplate, id=c("Cage", "ID animal", "ID tumor", "group"), variable.name = "DPV", value.name = "0") %>% rename("Group"="group")
dtemplate<-dtemplate[,c("Cage", "ID animal", "ID tumor", "Group", "DPV", "0")]
# template<-expand.grid(dades$db$MouseID, timepoint)