Closed SengaSacul closed 5 years ago
Short Trial: `setwd("D:/R_Ordner/R_Autotuner/mmetspData/")
data<-"D:/R_Ordner/R_Autotuner/mmetspData/mzMLs/"
meta<-read.csv2("mmetsp_metadata.csv", sep = ",")
meta<-read.csv("mmetsp_metadata.csv", sep = ",", stringsAsFactors = F)
myAuto<-createAutotuner(data_paths = data, runfile = meta, file_col = meta$File.Name, factorCol = meta$Organism)
`
Ending with this:
`~ Autotuner: Initializator ~
Error in FUN(X[[i]], ...) : inherits(x, "mzR") is not TRUE
> `
Hey Christina,
Thanks again for your feedback. I really appreciate you taking the time to help make AutoTuner more accessible once again. There is a tutorial R script titled Intro.Rmd within the vignette folder in this directory. Hopefully, that can help.
I tried to reproduce your error on my console, and could not. At first, I thought the error might have to do with the path you entered into AutoTuner for the data, but that gave me a different error. Do you mind running the command session.info()? I'd like to see what version of the dependencies you've downloaded.
A video showing off the GUI is on the way!
Craig
So on the GUI this is the resulting code. R is still busy, just taking more and more RAM.
How long does "Find Peaks" normally take?
R still busy after 5 h :)
Aborting, Running Session Info:
| >
Seems like the GUI is dealing with another separate issue. I'm sorry about that. Setting up a unit test for it has been a bit of a nightmare. Shiny usually keeps going even if the operation has halted, so that would explain the duration.
In the meantime, maybe take a look at vignette and try running AutoTuner through the R command line instead. That's usually what I end up doing most of the time.
Thanks for posting the session info. I'll compare it with mine. Maybe that is what caused the inheritance error above.
I tried just in R, using your script and that worked fine :) So i'll try to mod that one.
With the GUI, I installed it on a second PC, a little bit different in Setup, same Issue. It keeps going. Here comand line also works fine :)
Glad to hear everything work well! This has been my first major software design project, so please work with me. I'm happy to update and maintain the algorithm as you discover bugs. Believe me when I say that I really appreciate your patience with this whole process. I'm going to close this out and create a new issue specific to the GUI.
Hi there,
hope your cruise went fine !
So Autotuner is running now, but there is an issue with the test data (beside there is no decription). Pictures and resulting code attached as files :)
Could you maybe put up some more description on the GUI ? Axes are not described.
A tutorial R Script would be great, for GUI and R only. I would appreciate any hint right know :)
Thank you ! Maybe Parameters are the same as in IPO, so I should get along that first ?
Best, Christina
Error_Console.txt