-
Notifications
You must be signed in to change notification settings - Fork 2
Converting an mzML file to a Matlab object
Guillaume Erny edited this page Jan 11, 2017
·
44 revisions
Once a mzML file has been obtained, this file needs to be deciphered and stored in Matlab objects. The [Finnee] (https://github.com/glerny/Finnee2016/wiki/Finnee(class)) class is the entry object and will contain all information about the run. The command to create a Finnee object is you double-left click on myFinnee you should see a list of properties.
myFinnee = Finnee;
If entered without any option (as it is on top), the user will be asked to
- Select the mzML file
- Select a folder of destination
- Enter a generic name
The creation of the Finnee object can take few minutes (use Ctrl-c if you want to abort). Upon completion, a new folder will be created with the name entered in 3 and with a .fin extension. This folder will contain a file named myFinnee.mat and one or more large files with a random name. The variable myFinnee should also be in your workspace. This variable can be freely renamed. If you double left click on this variable you should see 5 properties associated with this variable.
Up : mzML files
Next : [Converting an mzML file to a Matlab object] (https://github.com/glerny/Finnee2016/wiki/Converting an mzML file to a Matlab object)
Previous : How to convert proprietary files to mzML
Related to: