Rico Derks
Rico Derks
Not sure if still needed, but I access the mysql container with: `docker exec -ti mysql bash` `docker-compose run --rm` on the mysql container will give issues, because after running...
It is LC-MSMS (DDA) data from a Sciex tripleTOF 6600 (qtof). The mzML file was created with msconvert version 3.0.19346. Cheers, Rico
In #552 @jorainer suggested the package `Spectra`. I change my code and now also writing the mzML files works. :-) Thanks for the quick help!! Cheers, Rico
Ok, thanks. I'll have a look at Spectra.
I just installed and will try it immediately :+1:
I ran into the same issue and didn't notice my mistake at first. You have the parameter `row_title` defined twice. row_title = "cluster%s", row_title = paste0(rep("cluster", 10), " ", c(1:10)),...
I ran into the same problem. For some reason it is very difficult to do this in R. Maybe I'am mssing something!
Ow, how stupid of me! I completely didn't think of trying that! I apologize!!