msgfParLengthRange-class: A class handling length ranges

Description Usage Arguments Value Methods (by generic) Slots See Also Examples

Description

This class defines a length range and provides methods to get correct system call parameters.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S4 method for signature 'msgfParLengthRange'
show(object)

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

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

msgfParLengthRange(value)

Arguments

object

An msgfParLengthRange object

x

An msgfParLengthRange object

value

A numeric vector of length 2. The first element must be smaller than the last

Value

For length() An integer.

For getMSGFpar() A string.

For msgfParLengthRange() An msgfParLengthRange object.

Methods (by generic)

Slots

value

A numeric vector of length 2 describing the upper and lower bounds of the length range

See Also

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

Examples

1

thomasp85/MSGFplus documentation built on Aug. 29, 2020, 5:23 a.m.