-
Notifications
You must be signed in to change notification settings - Fork 2
How to install Finnee2016
Finnee and Finnee2016 are not standalone softwarea they are Matlab toolboxes. To run them Matlab2016a or higher is needed. However, the toolbox allows processing large files without programming skills. If you don’t have a version of Matlab, you can always try to contact [MathWork] (https://www.mathworks.com/programs/trials/) for a product trial. They easily authorise software trials that should be sufficient for you to test Finnee and decide whenever this product is of interest for your work.
When you have Matlab install and ready to run you will have to copy the functions and classes that compose Finnee2016 to a specific folder. You can either use a specific [release] (https://github.com/glerny/Finnee2016/wiki/From-releases) or use the Finnee2016 GitHub repository.
Releases are made usually upon publication of a manuscript. They are a snapshot of the toolbox at a specific date. We assign a DOI to each release using [Zenodo] (https://zenodo.org/features) to facilitate citations.
The following releases have been made:
[v3.1] (https://github.com/glerny/finnee/releases/tag/3.1): Final version of the Finnee toolbox.
The original Finnee to obtain the clusters plot.
Linked to the following manuscript(s):
- Erny, G.L, Acunha, T., Simó, C., Cifuentes, A., Alves, A. Finnee—A Matlab toolbox for separation techniques hyphenated high-resolution mass spectrometry dataset, Chemometrics and Intelligent Laboratory Systems 155 (2016) 138-144; [doi: 10.1016/j.chemolab.2016.04.013] (http://www.sciencedirect.com/science/article/pii/S0169743916300971).
- Erny, G.L, Acunha, T., Simó, C., Cifuentes, A., Alves, A. Algorithm for comprehensive analysis of datasets from hyphenated high-resolution mass spectrometric techniques using single ion profiles and cluster analysis, Journal of Chromatography A,1429 (2016) 134-141; [doi: 10.1016/j.chroma.2015.12.005] (http://www.sciencedirect.com/science/article/pii/S0021967315017550)
GitHub is a software repository that allows collaborative work as well as source control. Since Matlab 2014a GitHub can easily be used.
[How to] (http://www.mathworks.com/help/matlab/matlab_prog/retrieve-from-git-repository.html) "Clone a remote Git™ repository to retrieve repository files.
- Right-click in the white space (any blank area) in the Current Folder browser, and select Source Control>Manage Files.
- In the Manage Files Using Source Control dialogue box, select Git from the Source control integration list.
- Click Change to browse for and validate the repository path. (If you know your repository location, you can paste it into the Repository Path box and proceed to step 7.)
- In the Select a Repository dialogue box, specify the repository path by entering the path in the box, using the list of recent repositories, or by using the Browse to a Git repository on disk button. The Path to Finnee2016 is https://github.com/glerny/Finnee2016.git
- Click Validate to check the repository path. If the path is invalid, check it against your source control repository browser.
- If you see an authentication dialogue box for your repository, enter login information to continue.
- When you have finished specifying the path you want to retrieve, click OK.
- In the Manage Files Using Source Control dialogue box, select the sandbox folder where you want to put the retrieved files, and click Retrieve."
It is also possible to download all the files from git [here] (https://github.com/glerny/Finnee2016/)
- Select Clone or download
- Select Download Zip
- Extract all in the folder of destination
When using Matlab, specific functions can be called from the command window. This allows using Finnee2016 simply by entering in the command window the right command. However, Matlab will only look for functions that are in its search path, the folder where you download the finnee2016 functions need to be added to this search path. With Matlab running, you can add a folder (and subfolder) on the search path either use
The Set Path dialog box (permanent until removed)
- On the Home tab, in the Environment section, click Set Path. The Set Path dialog box appears.
- Use the Set Path dialog box to modify the search path.
- Apply or cancel the search path changes:
Using the Current Folder panel (Only until the next session)
- Click on the browse for folder icon to navigate to the parent folder of the folder you want to add

- Right click on the target folder
- Select add to path|Selected Folders and Subfolders

Up : Where to start?
Next : [mzML files] (https://github.com/glerny/Finnee2016/wiki/mzML-files)
Previous : Where to start?