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

NAME

MS::Reader::MzIdentML::ProteinAmbiguityGroup - mzIdentML protein group object

SYNOPSIS

    while (my $grp = $search->next_protein_group) {
        
        # $grp is an MS::Reader::MzIdentML::ProteinAmbiguityGroup object

    }

DESCRIPTION

MS::Reader::MzIdentML::ProteinAmbiguityGroup is a class representing an mzIdentML protein group.

INHERITANCE

MS::Reader::MzIdentML::ProteinAmbiguityGroup is a subclass of MS::Reader::XML::Record::CV, which in turn inherits from MS::Reader::XML::Record, and inherits the methods of these parental classes. Please see the documentation for those classes for details of available methods not detailed below.

METHODS

id

name

    my $id   = $grp->id;
    my $name = $grp->name;

Return the ID and name of the group, respectively.

CAVEATS AND BUGS

The API is in alpha stage and is not guaranteed to be stable.

Please reports bugs or feature requests through the issue tracker at https://github.com/jvolkening/p5-MS/issues.

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/>.