https://github.com/compomics/thermo-msf-parser
Parser and viewer for thermo msf files.
https://github.com/compomics/thermo-msf-parser
bioinformatics proteomics
Last synced: about 2 months ago
JSON representation
Parser and viewer for thermo msf files.
- Host: GitHub
- URL: https://github.com/compomics/thermo-msf-parser
- Owner: CompOmics
- Created: 2015-04-14T08:18:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T10:19:07.000Z (over 4 years ago)
- Last Synced: 2025-09-10T05:09:22.176Z (7 months ago)
- Topics: bioinformatics, proteomics
- Language: Java
- Homepage:
- Size: 42 MB
- Stars: 3
- Watchers: 17
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# Thermo MSF Parser

* [Project Description](#project-description)
* [Downloads](#downloads)
* [Usage](#usage)
* [Related Projects](#related-projects)
* [Project Support](#project-support)
----
## Project Description
Thermo ProteomeDiscoverer integrates both the peptide identification and quantification steps in peptide centric proteomics into a single workflow. This makes it one of the preferred programs to analyze proteomics data from Thermo mass spectrometers. The results of the ProteomeDiscoverer workflow are stored in MSF files. Here, we present a Java library to parse and visualize these MSF files.
*Supported MSF Versions:*
Note that we only support MSF files from ProteomeDiscoverer version 1.2, 1.3 and 1.4. We are not planning to invest development time in supporting older versions, but will however, try to ensure forward compatibility as new versions of ProteomeDiscoverer become available.
### Citation
* [Colaert et al: J Proteome Res. 2011 Aug 5;10(8):3840-3.](http://pubs.acs.org/doi/abs/10.1021/pr2005154)
* If you use *Thermo MSF Parser* as part of a paper, please include the reference above.
[Go to top of page](#thermo-msf-parser)
----
## Downloads
| Download | Version | Release info |
| :--: |:--:| :--:|
|
| *2.0.5 - All platforms* | [Release notes](https://github.com/compomics/thermo-msf-parser/wiki/ReleaseNotes) |
### Example Dataset
[Example Dataset 1](https://github.com/compomics/thermo-msf-parser/blob/master/thermo_msf_parser_API/src/test/resources/test-msf-v-1.2.msf), click on *raw* to download.
[Go to top of page](#thermo-msf-parser)
----
## Usage
See the [wiki](https://github.com/compomics/thermo-msf-parser/wiki) for additional information on how to use *Thermo MSF Parser*.
[Go to top of page](#thermo-msf-parser)
----
## Related Projects
The Thermo MSF viewer makes use of [compomics-utilities](http://code.google.com/p/compomics-utilities) and [JSparklines](http://code.google.com/p/jsparklines) to visualize every bit of information found in the msf files.
Similar parsers for OMSSA and X!Tandem results files are also available, see [OMSSA Parser](http://code.google.com/p/omssa-parser) and [XTandem Parser](http://code.google.com/p/xtandem-parser).
You might also find some of the following projects interesting: [Peptizer](http://code.google.com/p/peptizer),
[dbtoolkit](https://github.com/compomics/dbtoolkit),
[ms-lims](http://code.google.com/p/ms-lims),
[Rover](http://code.google.com/p/compomics-rover) and
[PeptideShaker](http://code.google.com/p/peptide-shaker).
[Go to top of page](#thermo-msf-parser)
----
## Project Support
The *Thermo MSF Parser* project is grateful for the support by:
| Compomics | VIB | Ghent University|
|:--:|:--:|:--:|
| [](http://www.compomics.com) | [](http://www.vib.be) | [](http://www.ugent.be/en) |
[Go to top of page](#thermo-msf-parser)
----
| IntelliJ | Netbeans | Java | Maven |
|:--:|:--:|:--:|:--:|
| [](https://www.jetbrains.com/idea/) | [](https://netbeans.org/) | [](http://java.com/en/) | [](http://maven.apache.org/) |
[Go to top of page](#thermo-msf-parser)