mspire - 'Mass Spectrometry Proteomics in Ruby' is a collection of tools for working with MS proteomics data in ruby. It seeks to provide support for open standards (e.g., parsers for mzData, mzXML, Peptide/Protein Prophet and the TPP) and contribute other useful functionality for working with mass spectrometry data in ruby.

Current Focus

The project is currently focusing on the following:

Features

Validation by:

Spectra and Spectra Identification

The MS namespace contains objects for working with mass spectra and associated file formats.

The SpecID namespace contains objects for working with spectral identifications.

Warnings

mspire 0.5.x is a rewrite/refactor of mspire with new features over the 0.4.x series. It is stable but currently missing much of the 0.4.x functionality.

mspire is an experimental package. As such, all versions prior to version 1.0 may contain interface changes on minor revisions (major.minor.build) (e.g., 0.4.0 may contain interface change from 0.3.9). Beyond version 1.0, the versioning scheme will be strictly adhered to (no interface changes except on major revisions).

Installation

see Install