The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MS::Reader::MzQuantML - A simple but complete mzQuantML parser

SYNOPSIS

    use MS::Reader::MzQuantML;

    my $q = MS::Reader::MzQuantML->new('expt.');

DESCRIPTION

MS::Reader::MzQuantML is a parser for the HUPO PSI standard mzQuantML format for mass spectrometry quantification data. It aims to provide complete access to the data contents while not being overburdened by detailed class infrastructure.

NOTE: While the XML parser is complete, currently no accessors are implemented for this module. Please check back for progress in this area.

AUTHOR

Jeremy Volkening <jdv@base2bio.com>

COPYRIGHT AND LICENSE

Copyright 2015-2016 Jeremy Volkening

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.