msgfParEnzyme-class {MSGFplus}R Documentation

A class handling enzyme selection

Description

This class defines a digestion enzyme selection and provides methods to get correct system call parameters.

Usage

## S4 method for signature 'msgfParEnzyme'
show(object)

## S4 method for signature 'msgfParEnzyme'
length(x)

## S4 method for signature 'msgfParEnzyme'
getMSGFpar(object)

msgfParEnzyme(enzyme)

Arguments

object

An msgfParEnzyme object

x

An msgfParEnzyme object

enzyme

Either an integer or a string

Value

For length() An integer.

For getMSGFpar() A string.

For msgfParEnzyme() An msgfParEnzyme object.

Methods (by generic)

Slots

enzyme

An integer specifiying the selection of enzyme. See the detail section of msgfPar

See Also

Other msgfParClasses: msgfPar-class, msgfParChargeRange-class, msgfParFragmentation-class, msgfParInstrument-class, msgfParIsotopeError-class, msgfParLengthRange-class, msgfParMatches-class, msgfParModification-class, msgfParModificationList-class, msgfParNtt-class, msgfParProtocol-class, msgfParTda-class, msgfParTolerance-class, msgfPar

Examples

enzyme <- msgfParEnzyme(1)
enzyme <- msgfParEnzyme('Trypsin')


[Package MSGFplus version 1.27.1 Index]