How can I process more mzXML files simultaneously?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have 105 mzXML files. I have found the two functions mzxmlread and mzxml2peaks. This last function allows me to visualize the mz vs RT plot (with the auxilium of msdotplot), but I am not able to create a dataset or a structure with more than one sample for time.
Is it possible to obtain a 3D matrix RT vs mz vs samples?
Thank you!
0 comentarios
Respuestas (1)
phenan08
el 15 de Jun. de 2022
From my own experience, it is possible to import several files in parallel with the parallel computing toolbox (using parfor loops calling the mzxmlread and mzxml2peaks funtions.)
However, you should know that it can require large amounts of RAM, depending of the size of the mzXML files you will import and the number of parallel pools you will use.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!